BaseMarkdownFlavor

The vanilla CommonMark Markdown with several GFM features and extensions.

Properties

Link copied to clipboard
open override val lexerFactory: LexerFactory

The supplier of new lexer instances to tokenize various scopes from a raw string input.

Link copied to clipboard
open override val parserFactory: ParserFactory

The supplier of new parser instances to obtain processed nodes from raw tokens.

Link copied to clipboard
open override val rendererFactory: RendererFactory

The supplier of new renderer instances to convert processed nodes to output content.

Link copied to clipboard

The supplier of new tree iterator instances to traverse the node tree.