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 Footnote
FootnoteBlock.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 TypeMethodDescriptionvoid
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)