โปConvert HTML to Markdown
Convert HTML to markdown. Useful for blog migrations (WordPress, Tistory, Naver Blog โ GitHub, Notion), wiki conversions, moving notes to Obsidian, and cleaning email bodies.
๐ Browser-basedโ No watermarkโ No signup
How to use
- 1Paste HTML.
- 2Markdown output appears.
- 3Copy into a markdown editor.
FAQ
Are tables converted?+
GFM (GitHub Flavored Markdown) extension handles tables. Complex tables (merged cells) get simplified.
Why turndown-based?+
turndown is the de facto standard for HTML โ markdown conversion. Clean, reliable output.
How about inline tags like <strong>, <em>, <code>?+
Converted exactly to **bold**, *italic*, `code`.
Images and links?+
<img> โ , <a> โ [text](url).
Blog migration workflow?+
(1) Export source HTML โ (2) convert to markdown here โ (3) import into Notion, Obsidian, Hexo, or Hugo.
What about scripts and styles?+
<script>, <style>, <iframe>, and other non-content tags get removed.