Convert HTML into clean Markdown, with headings, lists, links, emphasis, tables, and code blocks mapped to their Markdown equivalents.
Convert HTML to clean Markdown. Supports headings, lists, links, images, tables, code blocks, blockquotes, and inline formatting. Configurable output style.
Markdown output will appear here...
This is the tool for migrating content: pulling posts out of a CMS, converting documentation from an HTML export, or cleaning up something copied from a web page into a form your notes tool or static site generator can use.
Some HTML has no Markdown equivalent and has to either pass through as raw HTML or be dropped. Nested tables, colspan and rowspan, divs carrying layout classes, and inline styles all fall into that category: Markdown's table syntax in particular supports only simple rectangular tables. Expect to clean up complex structures by hand.