# MdastImportVisitor

**Kind:** Interface

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

Implement this interface to convert certain mdast nodes into lexical nodes.

## Properties

| Property | Type |
|---|---|
| `testNode` | `((mdastNode: Mdast.Nodes, descriptors: Descriptors) => boolean) | string` |
| `priority` | `number` |
