MarkdownFlavor
interface MarkdownFlavor
A flavor of Markdown. Each flavor consists of its own rules and extensions.
See also
Inheritors
Properties
Link copied to clipboard
The supplier of new lexer instances to tokenize various scopes from a raw string input.
Link copied to clipboard
The supplier of new parser instances to obtain processed nodes from raw tokens.
Link copied to clipboard
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.