Markdown ↔ HTML
Convert Markdown to HTML and back, live as you type.
Runs entirely in this tab. Nothing is uploaded.
Frequently asked questions
Which Markdown flavour is it?+
GitHub Flavored Markdown, so tables, strikethrough and fenced code blocks all work.
Is the HTML safe to paste into my site?+
It's a direct conversion of what you typed. If your Markdown contains raw HTML, that passes through — sanitise it yourself before publishing untrusted input.
Can I paste formatted text from Word or Google Docs?+
Paste it into the HTML side rather than the Markdown side. Both apps put HTML on the clipboard, so converting that to Markdown gives you a clean result — whereas pasting into the Markdown side gets you the plain text with the formatting already stripped.
Does a round trip give me back exactly what I started with?+
The content and structure survive, but the syntax gets normalised. Underscores may come back as asterisks and indentation may shift. The meaning is preserved; the exact keystrokes are not.
Tools that pair with Markdown ↔ HTML
- Document ConverterConvert text documents between TXT, HTML and Markdown.
- CSV ↔ JSON ↔ MarkdownConvert tabular data between CSV, JSON and Markdown tables.
- PDF to WordRebuild a PDF as an editable Word document, not floating text boxes.
- Bank Statement to ExcelPull transactions into a spreadsheet, and check every row adds up.
- Word to PDFConvert a .docx to PDF through your browser's own print engine.
- PDF to TextPull the text layer out of a PDF and copy or download it.