Class FootnoteDefinition


  • public class FootnoteDefinition
    extends CustomBlock
    A footnote definition, e.g.:
    
     [^foo]: This is the footnote text
     
    The label is the text in brackets after ^, so foo in the example. The contents of the footnote are child nodes of the definition, a Paragraph in the example.

    Footnote definitions are parsed even if there's no corresponding FootnoteReference.

    • Field Detail

      • label

        private java.lang.String label
    • Constructor Detail

      • FootnoteDefinition

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

      • getLabel

        public java.lang.String getLabel()