Class DefinitionExtension

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

Extension for definitions

Create it with create() and then configure it on the builders

The parsed definition text is turned into DefinitionList, DefinitionTerm and DefinitionItem nodes.