Markdown to HTML

Render Markdown to clean, sanitized HTML with a live side-by-side preview.

The preview is sanitized with DOMPurify. Everything runs in your browser.

HTML source


Frequently asked questions

Which Markdown flavour is supported?

It renders GitHub-Flavored Markdown — headings, lists, links, images, tables, code blocks, blockquotes and inline formatting — with a live preview as you type.

Is the generated HTML safe to use?

The preview is sanitized with DOMPurify, which strips scripts and dangerous attributes, so the rendered output is safe against cross-site scripting.

Does my Markdown get uploaded?

No. Parsing and rendering happen entirely in your browser, so your content never leaves your device.

Can I copy the HTML source?

Yes. Alongside the preview you get the clean HTML source with a one-click copy button, ready to paste into a page or CMS.

Why is some raw HTML in my Markdown removed?

Markdown allows inline HTML, but the sanitizer removes anything unsafe such as script tags or event handlers. Normal formatting tags are preserved.