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 code block in the AST.
Whether there is at least one math block or inline in the AST.
Whether there is at least one Mermaid diagram in the AST.
The defined links, which can be referenced by other nodes.
Properties associated with nodes in the AST. These properties enrich the AST by storing additional information about the nodes, such as:
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.
Properties associated with third-party elements in the AST. These properties are used to track the presence of third-party elements in the AST, in order to conditionally load third-party libraries in the final artifact to avoid unnecessary bloat and improve performance.