Closed
Description
If the showtitle document attribute is unset in the parent (primary) document, the AsciiDoc table cell should still be able to set it. Conversely, if the notitle attribute is set in the parent document, the AsciiDoc table cell should still be able to unset it.
Example:
= Document Title
:!showtitle:
|===
a|
= Nested Document Title
:showtitle:
content
|===