Simple Text Editor

HTML to Markdown Converter

Convert your HTML code to clean Markdown syntax. Supports headers, bold, italic, links, images, lists, code blocks, and more. Perfect for migrating content or creating documentation.

HTML Input

0 characters

Markdown Output

0 characters

Supported HTML Elements

Text Elements

  • <h1> to <h6> → Headers
  • <strong> / <b> → **bold**
  • <em> / <i> → *italic*
  • <del> / <s> → ~~strikethrough~~
  • <code> → `inline code`

Structure Elements

  • <a href=""> → [text](url)
  • <img src="" alt=""> → ![alt](src)
  • <ul> / <li> → - list items
  • <blockquote> → > quote
  • <hr> → ---

Related Tools