Uses of Class
com.vladsch.flexmark.ext.abbreviation.Abbreviation
Packages that use Abbreviation
Package
Description
-
Uses of Abbreviation in com.vladsch.flexmark.ext.abbreviation
Classes in com.vladsch.flexmark.ext.abbreviation that implement interfaces with type arguments of type AbbreviationModifier and TypeClassDescriptionclassA block node that contains the abbreviation definitionMethods in com.vladsch.flexmark.ext.abbreviation that return AbbreviationModifier and TypeMethodDescription@Nullable AbbreviationAbbreviationBlock.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
Subclasses with type arguments of type Abbreviation in com.vladsch.flexmark.ext.abbreviation.internalMethods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type AbbreviationModifier and TypeMethodDescriptionprivate voidAbbreviationNodeFormatter.render(Abbreviation node, NodeFormatterContext context, MarkdownWriter markdown) private voidAbbreviationNodeRenderer.render(Abbreviation node, NodeRendererContext context, HtmlWriter html)