Uses of Class
com.vladsch.flexmark.ext.footnotes.Footnote
Packages that use Footnote
-
Uses of Footnote in com.vladsch.flexmark.ext.footnotes
Methods in com.vladsch.flexmark.ext.footnotes that return FootnoteModifier and TypeMethodDescription@Nullable FootnoteFootnoteBlock.getReferencingNode(@NotNull Node node) Methods in com.vladsch.flexmark.ext.footnotes with parameters of type Footnote -
Uses of Footnote in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type FootnoteModifier and TypeMethodDescriptionvoidFootnoteRepository.addFootnoteReference(FootnoteBlock footnoteBlock, Footnote footnote) private voidFootnoteNodeFormatter.render(Footnote node, NodeFormatterContext context, MarkdownWriter markdown) private voidFootnoteNodeRenderer.render(Footnote node, NodeRendererContext context, HtmlWriter html)