AstAttributes
Additional information about the node tree, produced by the parsing stage and stored in a com.quarkdown.core.context.Context.
See also
Inheritors
Properties
The function calls to be later executed.
Whether there is at least one Mermaid diagram. This is used to load the Mermaid library in HTML rendering only if necessary.
The defined links, which can be referenced by other nodes.
Storage that, for each node that requests its location to be tracked (LocationTrackableNode), contains its location in the document, in terms of section indices.
Labels/identifiers of nodes that are assigned it based on their position, both own (see locations) and relative to others of the same kind. The labels are often displayed in a caption. Examples of these nodes are figures and tables. For instance, depending on the document's NumberingFormat, an element may be labeled as 1.1
, 1.2
, 1.3
, 2.1
, etc.
The root node of the tree.
The table of contents of all the headings in the document. This is generated by the tree traversal stage of the pipeline.