HTML to Markdown

Convert HTML to Markdown. Headings, lists, links, tables supported.

Markdown

Related tools

How it works

  1. 1Paste HTML content (e.g., from a webpage or rich text editor) into the input area.
  2. 2The tool uses the Turndown library to convert HTML to Markdown.
  3. 3Supports headings (h1-h6), lists, links, tables, bold, italic, and code.
  4. 4Copy the Markdown output.

Example

Input: <h1>Title</h1><p>Hello <strong>world</strong></p>
Output: # Title

Hello **world**