# LexicalExportVisitor

**Kind:** Interface

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

Implement this interface in order to process mdast node(s) into a lexical tree.
This is part of the process that converts the editor contents to markdown.

## Properties

| Property | Type |
|---|---|
| `priority` | `number` |
