gg
coder
Home
Apps
Games
Tools
Docs
Find Me
Toggle theme
Tools
Text Tools
HTML to Markdown
Loading tool...
Built: 4/8/2026, 12:01:12 PM
HTML to Markdown Converter
Convert HTML code to Markdown format.
Preserve HTML comments
<br> as line break
HTML Input
Convert
Copy
Clear
Markdown Output
Supported Conversions:
Headings (h1-h6) → Markdown headings (#)
Paragraphs (p) → Plain text with newline
Bold (strong, b) → **text**
Italic (em, i) → *text*
Links (a) → [text](url)
Images (img) → 
Lists (ul, ol) → Markdown lists
Code (code, pre) → `code` or ```code```
Blockquotes (blockquote) → > text
Tables → Markdown tables
Strikethrough (s, strike, del) → ~~text~~