bidirectional · runs in your browser
Text to Markdown Converter
Paste rich text from Word, Google Docs or Notion to get clean Markdown, or convert Markdown back to formatted text.
Tip: paste directly into the box, the formatting is read from thetext/htmlclipboard payload.
Markdown cheat sheet
# Heading 1 ## Heading 2 **bold** *italic* ~~strike~~ [link](https://example.com) `inline code` - bullet - list 1. ordered 2. list > blockquote
```js
// fenced code block
function hello() {
return "hi";
}
```
| col 1 | col 2 |
| ----- | ----- |
| a | b |

--- (horizontal rule)About this tool
Convert between plain text, Markdown and HTML and preview the result as you type. Paste Markdown to see the rendered HTML, or clean up text into well-formed Markdown for a README, issue or documentation page.
It runs entirely in the browser, making it a quick scratchpad for formatting content without installing an editor. Copy whichever output format you need.
Frequently asked questions
What flavour of Markdown is supported?+
The tool follows common GitHub-Flavored Markdown conventions, including headings, lists, links, code blocks and tables, which covers the vast majority of real-world documents.
Can I convert Markdown to HTML for my CMS?+
Yes. Paste Markdown and copy the generated HTML to drop into a CMS or email template that expects raw HTML.
Is my text stored?+
No. Conversion is done locally in your browser and nothing is saved or uploaded, so drafts and notes stay private.