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 classAutolinkExtensionExtension 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.ParserExtension Modifier and Type Class Description classFootnotesExtensionExtension 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.ParserExtension Modifier and Type Class Description classYamlFrontMatterExtensionExtension 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 classStrikethroughExtensionExtension 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 classTablesExtensionExtension 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 classImageAttributesExtensionExtension 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 classInsExtensionExtension 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 classTaskListItemsExtensionExtension for adding task list items.
-