Uses of Interface
org.commonmark.parser.Parser.ParserExtension
Packages that use Parser.ParserExtension
Package
Description
-
Uses of Parser.ParserExtension in org.commonmark.ext.autolink
Classes in org.commonmark.ext.autolink that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for automatically turning plain URLs and email addresses into links. -
Uses of Parser.ParserExtension in org.commonmark.ext.footnotes
Classes in org.commonmark.ext.footnotes that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for footnotes with syntax like GitHub Flavored Markdown: -
Uses of Parser.ParserExtension in org.commonmark.ext.front.matter
Classes in org.commonmark.ext.front.matter that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for YAML-like metadata. -
Uses of Parser.ParserExtension in org.commonmark.ext.gfm.strikethrough
Classes in org.commonmark.ext.gfm.strikethrough that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for GFM strikethrough using~
or~~
(GitHub Flavored Markdown). -
Uses of Parser.ParserExtension in org.commonmark.ext.gfm.tables
Classes in org.commonmark.ext.gfm.tables that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for GFM tables using "|" pipes (GitHub Flavored Markdown). -
Uses of Parser.ParserExtension in org.commonmark.ext.image.attributes
Classes in org.commonmark.ext.image.attributes that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for adding attributes to image nodes. -
Uses of Parser.ParserExtension in org.commonmark.ext.ins
Classes in org.commonmark.ext.ins that implement Parser.ParserExtension -
Uses of Parser.ParserExtension in org.commonmark.ext.task.list.items
Classes in org.commonmark.ext.task.list.items that implement Parser.ParserExtensionModifier and TypeClassDescriptionclass
Extension for adding task list items.