Uses of Interface
org.commonmark.parser.Parser.ParserExtension
-
-
Uses of Parser.ParserExtension in org.commonmark.ext.autolink
Classes in org.commonmark.ext.autolink that implement Parser.ParserExtension Modifier and Type Class Description class
AutolinkExtension
Extension for automatically turning plain URLs and email addresses into links. -
Uses of Parser.ParserExtension in org.commonmark.ext.front.matter
Classes in org.commonmark.ext.front.matter that implement Parser.ParserExtension Modifier and Type Class Description class
YamlFrontMatterExtension
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.ParserExtension Modifier and Type Class Description class
StrikethroughExtension
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.ParserExtension Modifier and Type Class Description class
TablesExtension
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.ParserExtension Modifier and Type Class Description class
ImageAttributesExtension
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 Modifier and Type Class Description class
InsExtension
Extension for ins using ++ -
Uses of Parser.ParserExtension in org.commonmark.ext.task.list.items
Classes in org.commonmark.ext.task.list.items that implement Parser.ParserExtension Modifier and Type Class Description class
TaskListItemsExtension
Extension for adding task list items.
-