Package org.commonmark.ext.footnotes
Class FootnoteReference
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.footnotes.FootnoteReference
A footnote reference, e.g.
[^foo]
in Some text with a footnote[^foo]
The label
is the text within brackets after ^
, so foo
in the example. It needs to
match the label of a corresponding FootnoteDefinition
for the footnote to be parsed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.CustomNode
accept
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink
-
Field Details
-
label
-
-
Constructor Details
-
FootnoteReference
-
-
Method Details
-
getLabel
-