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-basedNo watermarkNo 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