Class FootnoteReference


  • public class FootnoteReference
    extends CustomNode
    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 Detail

      • label

        private java.lang.String label
    • Constructor Detail

      • FootnoteReference

        public FootnoteReference​(java.lang.String label)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()