Convert Rich Text to Clean Markdown
Paste formatted content from Google Docs, Microsoft Word, Notion, Confluence, or any web page and get clean Markdown back. Conversion happens in your browser - your content never leaves the page.
What gets converted
- Headings (H1-H6) - mapped to
#through###### - Bold and italic - turned into
**bold**and_italic_ - Lists - bulleted and numbered, including nested
- Links - preserved with text and URL
- Tables - rendered as GitHub Flavoured Markdown tables
- Code - inline
`code`and fenced blocks with language hints - Blockquotes, horizontal rules, strikethrough - all preserved
When this is useful
- Migrating documentation from Google Docs or Word to a markdown-based wiki
- Pulling structured content out of web articles for note-taking apps (Obsidian, Bear, Logseq)
- Cleaning up rich-text emails or tickets before pasting into pull requests
- Authoring in a familiar WYSIWYG editor and exporting to a markdown CMS