Class FootnoteExtension

java.lang.Object
com.vladsch.flexmark.ext.footnotes.FootnoteExtension
All Implemented Interfaces:
Formatter.FormatterExtension, HtmlRenderer.HtmlRendererExtension, Parser.ParserExtension, Parser.ReferenceHoldingExtension, Extension

Extension for footnotes

Create it with create() and then configure it on the builders

The parsed footnote references in text regions are turned into Footnote nodes. The parsed footnote definitions are turned into FootnoteBlock nodes.