How it works
When you copy from a web page, the clipboard holds two versions: text/html and text/plain. Word processors and email clients read the HTML one. This tool renders your Markdown to HTML and writes both versions to the clipboard with the Clipboard API, so the app you paste into picks the richest format it understands.
What survives the paste
| App | Headings | Bold/italic/links | Lists | Tables | Code |
|---|---|---|---|---|---|
| Google Docs | Yes | Yes | Yes | Yes | Monospace text |
| Microsoft Word | Yes | Yes | Yes | Yes | Monospace text |
| Gmail / Outlook | As large bold text | Yes | Yes | Yes | Monospace text |
| Slack | As bold | Yes | Yes | No | Yes |
| Notion | Yes | Yes | Yes | Yes | Yes |
Results depend on each app’s paste handling and can change with their updates.
Need a file instead of the clipboard? Download a Word document or a PDF.