Convert HTML documents, website content, or CMS exports to clean Markdown format. Useful for migrating content from one platform to another, archiving web pages as plain text, or extracting content for editing in a Markdown editor. The turndown library converts headings, paragraphs, lists, links, images, code blocks, and tables while stripping unnecessary HTML tags.
Paste your HTML
Paste HTML source code, a webpage section, an email template, or CMS-exported HTML. Full HTML documents and HTML fragments (without doctype) both work.
Click Convert
turndown parses the HTML and converts semantic elements to Markdown: <h1> → # Heading, <strong> → **bold**, <a href="..."> → [text](url), <ul><li> → - item, <code> → `code`.
Review the Markdown
Complex HTML layouts (multi-column, nested tables) may not convert perfectly — review the output and adjust manually. Simple content like articles, blog posts, and documentation converts cleanly.
Copy or download
Copy the Markdown to paste into a Markdown editor like Obsidian, Notion, or Bear, or download as a .md file.