Interface: LexicalConvertOptions

Configures how the lexical tree is converted to a mdast tree and then to markdown.

Properties

PropertyTypeDescription
toMarkdownExtensions?Options[]the markdown extensions to use
toMarkdownOptions?OptionsThe options to pass to toMarkdown
visitors?LexicalVisitor[]The visitors to use when processing the lexical tree