Rich Text to Markdown
Copying from Word, Google Docs, Outlook, Notion, or a web page puts two versions on your clipboard: plain text and HTML. A plain Markdown editor takes the text version and loses every heading, list, and table. This tool reads the HTML version instead, strips the junk those apps inject — <o:p> tags, mso- styles, Mso classes, empty spans, non-breaking spaces, zero-width characters, and the Google Docs <b style="font-weight:normal"> wrapper — and converts the rest to GitHub Flavored Markdown. Tables, task lists, and strikethrough are supported, and a toggle collapses extra blank lines. When the clipboard has no rich-text flavour, the plain text is used unchanged. Everything runs in your browser.
What gets cleaned
- Word artefacts:
<o:p>tags, Office namespace tags,mso-styles,Msoclasses, and conditional comments. - Google Docs artefacts: the
<b style="font-weight:normal">wrapper that would otherwise bold the whole document, plus its per-run spans. - Invisible characters: non-breaking spaces, zero-width spaces and joiners, byte-order marks, and soft hyphens.
- Style, class, id, width, and height attributes, then empty spans and empty paragraphs.
- Tables, strikethrough, and task lists convert to GitHub Flavored Markdown.
Limitations: images keep the source URL, so a Google Docs image points at a Google host rather than a local file. Word comments, tracked changes, and footnotes are not in the clipboard HTML, so they cannot be converted. Everything runs in your browser — nothing is uploaded.
Paste-to-Markdown guides
Exact answers for the sources people paste from: Word, Google Docs, email, Notion, and web pages full of formatting junk.
Get new tools by email
We add tools most weeks. Give an email address and we send you the new ones, plus short notes on how to use them. No more than one email a week. Unsubscribe with one click.
Related Tools
Markdown Editor
Free online Markdown editor with live preview. Write and preview Markdown in real-time with GitHub Flavored Markdown support.
WYSIWYG Markdown Editor
Rich text WYSIWYG editor that outputs clean Markdown. Free online visual Markdown editor.
Markdown to HTML
Convert Markdown to clean HTML code instantly. Free online Markdown to HTML converter with copy and download options.
HTML to Markdown
Convert HTML to clean Markdown instantly. Free online HTML to Markdown converter. Paste HTML and get Markdown output.
About Rich Text to Markdown
Paste formatted content from Word, Google Docs, email, Notion, or a web page and get clean Markdown. Reads the clipboard's rich-text flavour — no HTML source needed. This tool runs entirely in your browser, so your content is not sent to a server. MarkdownMe provides free, fast, and reliable Markdown tools for developers, writers, and anyone who works with Markdown.