# LexicalConvertOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/exportMarkdownFromLexical.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/exportMarkdownFromLexical.ts#L409)

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

## Properties

| Property | Type |
|---|---|
| `visitors` | `LexicalVisitor[]` |
| `toMarkdownExtensions` | `ToMarkdownExtension[]` |
| `toMarkdownOptions` | `ToMarkdownOptions` |
