Features Guide Blog FAQ Contact Open Editor

HTML to Markdown Converter

Paste any HTML on the left — get clean, readable Markdown on the right. Headings, lists, links, tables, code blocks and emphasis all converted automatically.

HTML → Markdown
HTML Input
Markdown Output
0 chars
Markdown will appear here
Ready

What this tool converts

Headings<h1>–<h6> → # through ######
Emphasis<strong> → **   <em> → *
Links<a href> → [text](url)
Lists<ul>/<ol> → - / 1.
Code<code>/<pre> → ` / ``` blocks
Tables<table> → GFM pipe tables