GitHub repository | This map was generated from repository code by SourceSpy (more info)
commonmark-javaClass Hierarchy: org.commonmark:commonmark-ext-heading-anchor
Represents class hierarchy in this module
Module commonmark-ext-heading-anchor
Group: org.commonmark commonmark-java extension for adding unique id attributes to header tags
AutolinkExtension
Extension for automatically turning plain URLs and email addresses into links. Creat...
Parser.ParserExtension
Extension for Parser .
YamlFrontMatterExtension
Extension for YAML-like metadata. Create it with # create() and then configure it on ...
StrikethroughExtension
Extension for GFM strikethrough using ~ or ~~ ( GitHub Flavored Markdown). Example in...
HtmlRenderer.HtmlRendererExtension
Extension for HtmlRenderer .
TextContentRenderer.TextContentRendererExtension
Extension for TextContentRenderer .
TablesExtension
Extension for GFM tables using "|" pipes (GitHub Flavored Markdown). Create it with ...
HeadingAnchorExtension
Extension for adding auto generated IDs to headings. Create it with #create() or #bu...
ImageAttributesExtension
Extension for adding attributes to image nodes. Create it with #create() and then co...
InsExtension
Extension for ins using ++ Create it with #create( ) and then configure it on the bui...
TaskListItemsExtension
Extension for adding task list items. Create it with #create() and then configure it...
HeadingIdAttributeProvider
AttributeProvider
Extension point for adding/changing attributes on HTML tags for a node.
ImageAttributesAttributeProvider