LexicalConvertOptions interface
Configures how the lexical tree is converted to a mdast tree and then to markdown.
Signature:
export interface LexicalConvertOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
toMarkdownExtensions? | ToMarkdownExtension[] | (Optional) the markdown extensions to use | |
toMarkdownOptions? | ToMarkdownOptions | (Optional) The options to pass to toMarkdown | |
visitors? | LexicalVisitor[] | (Optional) The visitors to use when processing the lexical tree |