Uses of Interface
org.commonmark.Extension
Packages that use Extension
Package
Description
Parsing input text to AST nodes (see
Parser
)HTML rendering (see
HtmlRenderer
)Markdown rendering (see
MarkdownRenderer
)Plain text rendering with minimal markup (see
TextContentRenderer
)-
Uses of Extension in org.commonmark.ext.autolink
Classes in org.commonmark.ext.autolink that implement ExtensionModifier and TypeClassDescriptionclass
Extension for automatically turning plain URLs and email addresses into links.Methods in org.commonmark.ext.autolink that return Extension -
Uses of Extension in org.commonmark.ext.front.matter
Classes in org.commonmark.ext.front.matter that implement ExtensionModifier and TypeClassDescriptionclass
Extension for YAML-like metadata.Methods in org.commonmark.ext.front.matter that return Extension -
Uses of Extension in org.commonmark.ext.gfm.strikethrough
Classes in org.commonmark.ext.gfm.strikethrough that implement ExtensionModifier and TypeClassDescriptionclass
Extension for GFM strikethrough using~
or~~
(GitHub Flavored Markdown).Methods in org.commonmark.ext.gfm.strikethrough that return Extension -
Uses of Extension in org.commonmark.ext.gfm.tables
Classes in org.commonmark.ext.gfm.tables that implement ExtensionModifier and TypeClassDescriptionclass
Extension for GFM tables using "|" pipes (GitHub Flavored Markdown).Methods in org.commonmark.ext.gfm.tables that return Extension -
Uses of Extension in org.commonmark.ext.heading.anchor
Classes in org.commonmark.ext.heading.anchor that implement ExtensionModifier and TypeClassDescriptionclass
Extension for adding auto generated IDs to headings.Methods in org.commonmark.ext.heading.anchor that return Extension -
Uses of Extension in org.commonmark.ext.image.attributes
Classes in org.commonmark.ext.image.attributes that implement ExtensionModifier and TypeClassDescriptionclass
Extension for adding attributes to image nodes.Methods in org.commonmark.ext.image.attributes that return Extension -
Uses of Extension in org.commonmark.ext.ins
Classes in org.commonmark.ext.ins that implement ExtensionMethods in org.commonmark.ext.ins that return Extension -
Uses of Extension in org.commonmark.ext.task.list.items
Classes in org.commonmark.ext.task.list.items that implement ExtensionModifier and TypeClassDescriptionclass
Extension for adding task list items.Methods in org.commonmark.ext.task.list.items that return Extension -
Uses of Extension in org.commonmark.parser
Subinterfaces of Extension in org.commonmark.parserMethod parameters in org.commonmark.parser with type arguments of type ExtensionModifier and TypeMethodDescriptionParser.Builder.extensions
(Iterable<? extends Extension> extensions) -
Uses of Extension in org.commonmark.renderer.html
Subinterfaces of Extension in org.commonmark.renderer.htmlMethod parameters in org.commonmark.renderer.html with type arguments of type ExtensionModifier and TypeMethodDescriptionHtmlRenderer.Builder.extensions
(Iterable<? extends Extension> extensions) -
Uses of Extension in org.commonmark.renderer.markdown
Subinterfaces of Extension in org.commonmark.renderer.markdownModifier and TypeInterfaceDescriptionstatic interface
Extension forMarkdownRenderer
for rendering custom nodes.Method parameters in org.commonmark.renderer.markdown with type arguments of type ExtensionModifier and TypeMethodDescriptionMarkdownRenderer.Builder.extensions
(Iterable<? extends Extension> extensions) -
Uses of Extension in org.commonmark.renderer.text
Subinterfaces of Extension in org.commonmark.renderer.textMethod parameters in org.commonmark.renderer.text with type arguments of type ExtensionModifier and TypeMethodDescriptionTextContentRenderer.Builder.extensions
(Iterable<? extends Extension> extensions)