Skip to main content
Mana can import Markdown .md files locally in your browser.

Import a Markdown file

1

Open your project

Go to the project where you want to import the file.
2

Open the New menu

In the content tree, open New.
3

Open Import

Select Import, then choose Markdown (.md).
4

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.

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.