8000 Allow AsciiDoc table cell to set the showtitle attribute if unset in parent document · Issue #4018 · asciidoctor/asciidoctor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Allow AsciiDoc table cell to set the showtitle attribute if unset in parent document #4018
Closed
@mojavelinux

Description

@mojavelinux

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
|===

Metadata

Metadata

Assignees

Labels

improvementIssues that refine or optimize existing capabilitiesv2.0.14Issues resolved in the 2.0.14 release

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0