Uses of Class
com.vladsch.flexmark.ext.superscript.Superscript
-
Packages that use Superscript Package Description com.vladsch.flexmark.ext.superscript com.vladsch.flexmark.ext.superscript.internal -
-
Uses of Superscript in com.vladsch.flexmark.ext.superscript
Methods in com.vladsch.flexmark.ext.superscript with parameters of type Superscript Modifier and Type Method Description void
SuperscriptVisitor. visit(Superscript node)
-
Uses of Superscript in com.vladsch.flexmark.ext.superscript.internal
Methods in com.vladsch.flexmark.ext.superscript.internal with parameters of type Superscript Modifier and Type Method Description private void
SuperscriptJiraRenderer. render(Superscript node, NodeRendererContext context, HtmlWriter html)
private void
SuperscriptNodeRenderer. render(Superscript node, NodeRendererContext context, HtmlWriter html)
-