Formatted Text to Markdown — Paste Anything, Get Clean .md
- Copy formatted content from any app, paste into the visual editor
- Formatting converts automatically: **bold**, *italic*, ## headings, - lists
- Works with content from Word, Google Docs, email, web pages, Notion, Slack
- Download as .md file or copy to clipboard
Table of Contents
You have formatted text — bold words, headings, bullet lists, links. It lives in Google Docs, a Word file, an email, a web page, or a Notion page. You need it in Markdown. Copy it, paste it into the converter, and the Markdown output appears instantly. No manual rewriting, no syntax memorization, no software installation.
How Clipboard Formatting Becomes Markdown
When you copy formatted text from any application, your operating system stores multiple versions of that content on the clipboard simultaneously:
- Rich text (RTF): The formatted version with bold, italic, and structural information
- HTML: A web-compatible version of the formatting
- Plain text: The unformatted words only
When you paste into the converter visual editor, it reads the HTML version from the clipboard. The editor interprets the HTML tags (strong, em, h2, ul, li, a) and renders them visually. Then the Markdown engine converts those elements to .md syntax.
This is why the conversion works across so many sources — Google Docs, Word, browsers, email clients — they all put HTML on the clipboard when you copy formatted text. The converter reads that HTML and outputs Markdown.
How Well Does Each Source Convert?
| Source | Bold/Italic | Headings | Lists | Links | Notes |
|---|---|---|---|---|---|
| Google Docs | Excellent | Good | Good | Good | Best overall source |
| Microsoft Word | Excellent | Good | Good | Good | May add extra line breaks |
| Web pages | Good | Good | Varies | Good | Depends on site HTML quality |
| Notion | Good | Good | Good | Good | Toggle blocks do not convert |
| Gmail | Good | N/A (email) | Good | Good | Signature blocks may add clutter |
| Outlook | Good | Varies | Good | Good | Desktop app better than web |
| Apple Notes | Good | Limited | Good | Limited | Heading support varies |
Google Docs produces the cleanest conversion because it stores well-structured HTML on the clipboard. Web pages are the most variable because site-specific HTML markup differs widely.
Sell Custom Apparel — We Handle Printing & Free ShippingCleaning Up the Markdown Output
Most conversions produce clean Markdown. But some sources add artifacts:
Extra blank lines: Word and some email clients add double line breaks between paragraphs. In Markdown, one blank line is enough. Delete extras in the output.
Span tags from web content: Some web pages wrap text in styled spans. The converter ignores styling but may produce extra whitespace. Trim as needed.
Non-standard list nesting: If your source has deeply nested lists (3+ levels), the Markdown indentation may not be perfect. Adjust manually — use 2 or 4 spaces per nesting level.
Missing heading hierarchy: If your source document used large bold text instead of proper heading styles, the converter sees bold text, not headings. Use the toolbar H2 button to promote lines to headings in the editor, then the Markdown output updates.
For most text-heavy content (blog posts, meeting notes, documentation drafts), the output is clean enough to use directly without editing.
Real Workflow Examples
Content team workflow: Writer drafts a blog post in Google Docs. Editor reviews and approves. Developer copies the final text, pastes into the converter, downloads the .md file, and commits it to the Hugo site repository. Time for conversion step: 15 seconds.
Meeting notes to wiki: Product manager takes meeting notes in Apple Notes with bullet lists and bold action items. After the meeting, copies the notes, pastes into the converter, and pastes the Markdown output into the team GitHub wiki.
Email to documentation: Support lead has a well-written email explaining a process. Instead of asking them to rewrite it for the docs, copy the email content, convert to Markdown, and add it to the documentation site.
Notion to GitHub migration: Team is moving from Notion to a Markdown-based wiki. Copy each Notion page content, paste and convert. The full conversion guide covers the process in detail.
Paste Formatted Text, Get Markdown
Copy from Docs, Word, email, web pages — paste here and download clean .md. Free, instant, private.
Open Rich Text to MarkdownFrequently Asked Questions
Can I paste from any application?
Any application that puts formatted content (HTML or RTF) on the clipboard works. This includes Word, Google Docs, web browsers, email clients, Notion, Slack, and most modern applications.
What happens to images in the pasted content?
Images do not transfer through clipboard copy-paste in most cases. The text around the image converts normally. Add image references manually in Markdown syntax: .
Is there a file size limit?
There is no explicit limit. The tool runs in your browser, so very large documents (50+ pages of text) may slow down the real-time conversion. For large documents, convert section by section.
Can I edit the Markdown output directly?
The Markdown panel is read-only in the tool. Copy the output, paste it into any text editor, and make manual adjustments there. Or edit the rich text on the left and the Markdown updates automatically.

