Interface: LexicalConvertOptions
Configures how the lexical tree is converted to a mdast tree and then to markdown.
Properties
Property | Type | Description |
---|---|---|
toMarkdownExtensions? | Options [] | the markdown extensions to use |
toMarkdownOptions? | Options | The options to pass to toMarkdown |
visitors? | LexicalVisitor [] | The visitors to use when processing the lexical tree |