How to Move a Notion Page to Google Docs
Export the page as Markdown, clean it, and paste it into Google Docs as rich text with headings, lists, links, and tables intact.
Direct answer
Export the Notion page as Markdown & CSV. If it has subpages or databases, run the zip through Clean export (.zip) in the Notion to Markdown tool first so names are readable and databases become tables. Then open the page's .md file, paste it into the Markdown to Google Docs tool, copy the rich-text output, and paste it into a Google Doc. You get real headings, bullets, links, and tables.
Open the Notion export cleanerWhen to use this
- A teammate needs a Notion page as a Google Doc they can edit and comment on.
- You are moving a handful of pages from Notion to Google Drive.
- Copying straight out of Notion into Docs gave you messy formatting.
Steps
- In Notion, open the ••• menu on the page and pick Export. Choose Markdown & CSV.
- If the page has subpages or databases, turn on Include subpages and clean the zip in Clean export (.zip).
- Open the .md file for the page and copy its contents.
- Paste into the Markdown to Google Docs tool and copy the rich-text output.
- Paste into a Google Doc, then add images and check any callouts by hand.
Example
# Q3 plan - Ship the pricing page - Hire a designer | Owner | Task | | --- | --- | | Dana | Pricing |
Q3 plan (Heading 1) • Ship the pricing page • Hire a designer A two-column Google Docs table with Owner and Task
Common mistakes
- Images are separate files in the export folder. Insert them into the Doc yourself.
- Callouts export as raw HTML. Rewrite them as a normal paragraph or a quote before you paste.
- Comments are not in the Markdown export. Notion documents comment export for HTML only.
Tools for this job
FAQ
- Can I move my whole Notion workspace to Google Docs at once?
- This route works one page at a time. For a large move, clean the whole export first so every page has a readable name, then convert the pages you actually need.
- What happens to Notion databases?
- The cleaner turns each database into a Markdown table, and the Google Docs tool pastes that as a table. Views, formulas, and relations do not carry over.
- Why not copy straight from Notion into Google Docs?
- The Markdown route gives you a clean copy you can review before it lands in the Doc, and databases arrive as real tables.
Sources
Checked September 2026.
More guides for leaving Notion
Remove the Random Characters From Notion Export File Names
Why every file in a Notion export ends in a 32-character ID, and how to strip the IDs without breaking the links between pages.
How to Move From Notion to Obsidian
Use Obsidian's Importer plugin with a Notion API token or an HTML export. Clean a Markdown export here only as the fallback.
Turn a Notion Database CSV Into a Markdown Table
A Notion database exports as CSV plus one Markdown file per row. Here is how to get a readable Markdown table out of it.
Move Notion Pages to GitHub as Markdown
Export Notion as Markdown, strip the page IDs, fix the links, and commit the folder to a GitHub repository.
How to Move From Notion to Confluence
Use Confluence's official Notion importer for a whole workspace, or the Markdown route for a few pages. What each keeps and drops.
How to Move From Notion to Logseq
Logseq has no official Notion importer. Export Markdown, clean the names and links, and add the files to your graph.
Turn Your Notion Notes Into a Folder Claude Code Can Read
Export Notion as Markdown, clean the names, and add a short CLAUDE.md so Claude Code can find and use your notes.
Open-Source Notion Alternatives That Import Your Pages
AppFlowy, AFFiNE, Logseq, and Joplin compared by license and by which Notion export each one imports. Plus where Anytype and Obsidian fit.
Notion Export Not Working? Fixes for Common Errors
Fixes for Notion exports that hang, arrive as nested Part zips, expire, fail on Windows, or come back without attachments.