free · in-browser · nothing uploaded
Convert Markdown for Outlook
Prepare a readable Outlook email from Markdown. Turn project notes into headings, lists, links and tables you can copy into an HTML message.
Use an HTML message. Plain Text mode removes formatting; available paste options depend on your Outlook version.
Independent tool — not affiliated with or endorsed by Microsoft Outlook.
How it works
- 1
Copy in your AI app
- 2
Paste on this page
- 3
Paste again in Outlook
Turn a project update into an Outlook draft
## Project status
The release is **ready for review**.
| Milestone | Status |
| --- | --- |
| Testing | Complete |
| Approval | Pending |
1. Review the checklist
2. Confirm approval
[Open the checklist](https://example.com/checklist)Project status
The release is ready for review.
| Milestone | Status |
|---|---|
| Testing | Complete |
| Approval | Pending |
- Review the checklist
- Confirm approval
Open the checklist
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 Outlook?
Convert it here, copy the formatted result and paste into the body of an HTML email draft.
Why does Outlook show only plain text?
Check the message format and paste options. A Plain Text draft cannot preserve the rich-text formatting.
Does this convert Outlook emails to Markdown?
No. The conversion runs from Markdown to formatted email content, not in the reverse direction.
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.