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 Details

    • label

      private String label
  • Constructor Details

    • FootnoteDefinition

      public FootnoteDefinition(String label)
  • Method Details

    • getLabel

      public String getLabel()