Package-level declarations
Types
Link copied to clipboard
Inline code.
Link copied to clipboard
Content (usually a single character) that requires special treatment during the rendering stage.
Link copied to clipboard
Weakly emphasized content.
Link copied to clipboard
A Node that contains plain text.
Link copied to clipboard
An all-in-one ReferenceFootnote that includes its FootnoteDefinition.
Link copied to clipboard
class ReferenceFootnote(val label: String, val fallback: () -> Node) : ReferenceNode<ReferenceFootnote, FootnoteDefinition>
A reference to a com.quarkdown.core.ast.base.block.FootnoteDefinition.
Link copied to clipboard
An images that references a LinkDefinition.
Link copied to clipboard
class ReferenceLink(val label: InlineContent, val reference: InlineContent, val fallback: () -> Node, val onResolve: MutableList<(resolved: LinkNode) -> Unit> = mutableListOf()) : Node
A link that references a LinkDefinition.
Link copied to clipboard
Strikethrough content.
Link copied to clipboard
Strongly emphasized content.
Link copied to clipboard
Heavily emphasized content.
Link copied to clipboard
A link to a Quarkdown subdocument.
Link copied to clipboard
A property that holds a reference to a Subdocument associated with a SubdocumentLink during the tree traversal stage.
Link copied to clipboard
Plain inline text.
Functions
Link copied to clipboard
Link copied to clipboard
Associates a Subdocument with the SubdocumentLink in the given context.