Notion to Markdown Converter

Copy blocks from any Notion page, paste below, and get clean Markdown.

How to use:

  1. Open your Notion page
  2. Select the blocks you want to convert (Esc then Ctrl/Cmd + A selects everything)
  3. Copy them (Ctrl/Cmd + C)
  4. Paste into the input area below (Ctrl/Cmd + V)

How to Export from Notion

There are two reliable ways to get Markdown out of Notion, depending on how much content you need:

Copy and paste (fastest for a few blocks)

Select blocks directly in Notion and copy them. Notion places a rich HTML version of your content on the clipboard, and this tool reads it, strips Notion's block metadata (data attributes, notion-* classes, empty wrapper divs), and converts the rest to Markdown. This is ideal for grabbing a section, a table, or a handful of paragraphs.

Export → Markdown & CSV (best for full pages)

For an entire page or workspace, open the page menu (••• in the top-right corner), choose Export, and set the format to Markdown & CSV. Notion downloads a zip containing .md files for your pages and .csv files for databases. Use this when you need images and sub-pages included.

What Gets Converted

Headings (H1-H3)
Bold, italic, and strikethrough
Bulleted and numbered lists
To-do lists
Links
Quotes
Code blocks and inline code
Simple tables

Notion-only blocks such as synced blocks, databases with views, and embeds have no Markdown equivalent; their visible text is kept where possible. Everything runs locally in your browser, so your Notion content is never uploaded to a server.

Related Tools