Uses of Class
com.vladsch.flexmark.ext.footnotes.Footnote
Packages that use Footnote
-
Uses of Footnote in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement interfaces with type arguments of type FootnoteModifier and TypeClassDescriptionclassA Footnote definition node containing text and other inline nodes nodes as children.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
Subclasses with type arguments of type Footnote in com.vladsch.flexmark.ext.footnotes.internalMethods 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)