Uses of Class
com.vladsch.flexmark.ext.abbreviation.Abbreviation
Packages that use Abbreviation
Package
Description
-
Uses of Abbreviation in com.vladsch.flexmark.ext.abbreviation
Methods in com.vladsch.flexmark.ext.abbreviation that return AbbreviationModifier and TypeMethodDescription@Nullable Abbreviation
AbbreviationBlock.getReferencingNode
(@NotNull Node node) Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type Abbreviation -
Uses of Abbreviation in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type AbbreviationModifier and TypeMethodDescriptionprivate void
AbbreviationNodeFormatter.render
(Abbreviation node, NodeFormatterContext context, MarkdownWriter markdown) private void
AbbreviationNodeRenderer.render
(Abbreviation node, NodeRendererContext context, HtmlWriter html)