free · in-browser · nothing uploaded
Convert Markdown for Gmail
Turn Markdown into a formatted Gmail draft. Prepare headings, lists, links and tables, then copy the result into your message.
Paste into the message body with plain text mode turned off. Pasting without formatting removes the rich-text styles.
Independent tool — not affiliated with or endorsed by Gmail.
How it works
- 1
Copy in your AI app
- 2
Paste on this page
- 3
Paste again in Gmail
Turn meeting notes into an email
## Follow-up from our meeting
Thanks for your time. **Next steps:**
- Review the proposal
- Confirm the start date
| Task | Owner |
| --- | --- |
| Review | Alex |
| Schedule | Sam |
[Read the proposal](https://example.com/proposal)Follow-up from our meeting
Thanks for your time. Next steps:
- Review the proposal
- Confirm the start date
| Task | Owner |
|---|---|
| Review | Alex |
| Schedule | Sam |
Read the proposal
Formatting preview; appearance may vary in your app.
What gets converted
| You paste | You get | |
|---|---|---|
| # Heading | → | real heading |
| **bold** / *italic* | → | formatted rich text |
| - lists | → | real bullet lists |
| | tables | | → | real tables |
| [text](url) | → | clickable link |
| citations [^1] | → | superscript + source list |
FAQ
How do I paste Markdown into Gmail?
Copy the Markdown, convert it here, then paste the formatted result into the body of a Gmail draft. If automatic copying fails, use Copy.
Why did the formatting disappear?
Check whether Gmail’s plain text mode is enabled or whether you used paste without formatting. Use regular paste in a formatted draft.
Does this create an HTML email template?
It prepares the content to paste into a draft. It does not create a complete newsletter template or send email.
What about Gmail on mobile?
Clipboard behavior can differ between browsers and mail apps. Check the pasted draft before sending, especially tables.
Is my text uploaded anywhere?
No. The conversion runs entirely in your browser — your text is never sent anywhere, stored, or logged. We count anonymous, cookie-free page views and conversion events (event names only — never content, never identifiers) to see which tools are useful.
Does it only work with ChatGPT output?
No — it converts any Markdown. Output from Copilot, Mistral, DeepSeek, Perplexity or any other AI works, and so does Markdown from READMEs, Notion exports, or your own notes. Research citations (footnotes like [^1] with a source list) are converted too.
What happens to tables?
The rich-text output includes an HTML table. Check the pasted draft, since your editor can adjust the table or remove formatting.