โ— Barokit

โ†ป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

  1. 1Paste HTML.
  2. 2Markdown output appears.
  3. 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> โ†’ ![alt](url), <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.

Related tools