Notion to Markdown Converter
Copy blocks from any Notion page, paste below, and get clean Markdown.
How to use:
- Open your Notion page
- Select the blocks you want to convert (Esc then Ctrl/Cmd + A selects everything)
- Copy them (Ctrl/Cmd + C)
- 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
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.