Package-level declarations
Types
A block quote.
A code block.
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.
Properties
Functions
Creates an auto-generated Heading for a structural section of the document (e.g. table of contents, bibliography).
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).
Creates an invisible Heading that acts as a marker that can be referenced by other elements in the document. A useful use case would be, for example, in combination with a com.quarkdown.core.context.toc.TableOfContents. Depth 0 cannot be achieved with plain Markdown, but it can be supplied by the Quarkdown function .marker.
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.