QuarkdownFlavor

com.quarkdown.core.flavor.base.BaseMarkdownFlavor extension with, in addition:

  • Functions

  • Math blocks

  • Code span additional content

  • Image labels

  • Table of contents

And more.

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.