> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mana.re/llms.txt
> Use this file to discover all available pages before exploring further.

# Markdown

> Import a Markdown file into a new Mana text node.

Mana can import Markdown `.md` files locally in your browser.

## Import a Markdown file

<Steps>
  <Step title="Open your project">
    Go to the project where you want to import the file.
  </Step>

  <Step title="Open the New menu">
    In the content tree, open **New**.
  </Step>

  <Step title="Open Import">
    Select **Import**, then choose **Markdown (.md)**.
  </Step>

  <Step title="Select the file">
    Choose a `.md` file from your computer. Mana creates a new text node named after the file and inserts the converted content.
  </Step>
</Steps>

## What is preserved

* Headings
* Bold, italic, and strikethrough
* Bullet and numbered lists
* Blockquotes
* Inline code and code blocks
* Links

## Limits

* Import creates a new text node. It does not import into an existing document.
* Maximum file size is 10 MB.
* GitHub Flavored Markdown is supported.
