Markdown converter

Runs entirely in your browser. Uses two small, well-established open-source libraries loaded from a CDN for the Markdown↔HTML conversion itself.

What is Markdown converter?

Markdown, HTML, and plain text each serve different purposes — Markdown for easy authoring, HTML for rendering, plain text for anywhere formatting isn't wanted — and converting between them by hand is error-prone.

How to use it

Pick a direction (Markdown to HTML, HTML to Markdown, or HTML to plain text) and paste your content — the conversion happens live using established open-source libraries.

Example

**bold** and *italic* in Markdown become <strong>bold</strong> and <em>italic</em> in HTML.