ReferenceFootnote
class ReferenceFootnote(val label: String, val fallback: () -> Node) : ReferenceNode<ReferenceFootnote, FootnoteDefinition>
A reference to a com.quarkdown.core.ast.base.block.FootnoteDefinition.
Parameters
label
reference label that should match that of the footnote definition
fallback
supplier of the node to show instead of label in case the reference is invalid
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard
Registers the given definition as the definition associated with this reference within the document handled by context.
Link copied to clipboard