HTML to Markdown Converter
Paste HTML and get clean, readable Markdown output instantly.
When do you need HTML to Markdown conversion?
HTML to Markdown conversion is useful whenever you need to take content from a webpage, CMS, or email and use it in a Markdown-based context β such as a GitHub README, a documentation wiki, a static site generator like Jekyll or Hugo, or a note-taking app like Obsidian or Notion. Copying HTML directly would leave you with messy tags; this tool strips them out and produces clean, portable Markdown.
This converter uses Turndown.js, a robust open-source HTML-to-Markdown library. It correctly handles headings, paragraphs, bold and italic text, links, images, ordered and unordered lists, nested lists, inline code, fenced code blocks with language hints, blockquotes, horizontal rules, and tables. The options let you control heading style (ATX # vs setext ===), list markers, code fence style, and whether to strip images or links from the output.
How to use
- Paste HTML into the left panel β from a webpage source, a CMS export, or an email.
- The Markdown output appears instantly in the right panel.
- Adjust the options to control heading style, list markers, and whether to keep images and links.
- Click Copy to copy the Markdown to your clipboard, or β Download .md to save it as a file.
- Click Open in Editor β to send the result to the Markdown Editor for further editing or PDF export.
Frequently Asked Questions
<html> document.