Package-level declarations
Types
A block quote.
Creation of a footnote definition, referenceable by a com.quarkdown.core.ast.base.inline.ReferenceFootnote.
A heading defined via prefix symbols. A heading is identifiable, as it can be looked up in the document and can be referenced. It is also location trackable, meaning its position in the document hierarchy is determined, and possibly displayed.
A horizontal line (thematic break).
Creation of a referenceable link definition.
A general paragraph.
A table, consisting of columns, each of which has a header and multiple cells. A table is location-trackable since, if requested by the user, it may show a caption displaying its location-based label.
Functions
Formats the index of this footnote definition according to the numbering format defined in the document, or a default numbering format if none is defined. The default format is 1, 2, 3, ...
(decimal numbering).
Registers the footnote index of this node within the document handled by context, according to the order of references to it. It is not updated if an index is already set.