Class AbbreviationExtension

java.lang.Object
com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
All Implemented Interfaces:
Formatter.FormatterExtension, HtmlRenderer.HtmlRendererExtension, Parser.ParserExtension, Parser.ReferenceHoldingExtension, Extension

Extension for adding abbreviations to markdown

Create it with create() then configure builders

The parsed abbreviations are turned into abbr tags by default or a links as an option by setting the USE_LINKS key to true in option used to create the Parser.Builder via Parser.builder(options)