Uses of Class
com.vladsch.flexmark.ext.footnotes.Footnote
-
Packages that use Footnote Package Description com.vladsch.flexmark.ext.footnotes com.vladsch.flexmark.ext.footnotes.internal -
-
Uses of Footnote in com.vladsch.flexmark.ext.footnotes
Methods in com.vladsch.flexmark.ext.footnotes that return Footnote Modifier and Type Method Description @Nullable Footnote
FootnoteBlock. getReferencingNode(@NotNull Node node)
Methods in com.vladsch.flexmark.ext.footnotes with parameters of type Footnote Modifier and Type Method Description void
FootnoteVisitor. visit(Footnote node)
-
Uses of Footnote in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type Footnote Modifier and Type Method Description void
FootnoteRepository. addFootnoteReference(FootnoteBlock footnoteBlock, Footnote footnote)
private void
FootnoteNodeFormatter. render(Footnote node, NodeFormatterContext context, MarkdownWriter markdown)
private void
FootnoteNodeRenderer. render(Footnote node, NodeRendererContext context, HtmlWriter html)
-