Markdown to HTML Converter
Convert Markdown to clean HTML — GitHub-flavored with live preview, copy output, and download options.
Frequently Asked Questions
Which Markdown flavor is supported?
GitHub-flavored Markdown (GFM) via the marked library — tables, task lists, strikethrough, fenced code, and autolinks all work.
Is the HTML sanitized?
The preview is rendered via dangerouslySetInnerHTML. For untrusted input, pass the output through DOMPurify before using in production.