HTML to Markdown Converter

Convert HTML content to clean, readable markdown with customizable options

0 words
0 characters
0 lines
HTML Input
Enter your HTML content here
Markdown Output
Generated markdown in github flavored style
Conversion Styles
Choose from different markdown conversion styles

Basic

Standard markdown with basic formatting

Headings: atx
Code: fenced
Lists: *

GitHub Flavored

GitHub Flavored Markdown compatible output

Headings: atx
Code: fenced
Lists: -

CommonMark

CommonMark specification compliant

Headings: atx
Code: indented
Lists: *
Supported HTML Elements
HTML elements that can be converted to markdown

Text Formatting

  • • <h1> - <h6>
  • • <p>
  • • <strong>, <b>
  • • <em>, <i>
  • • <del>, <s>
  • • <code>

Lists

  • • <ul>
  • • <ol>
  • • <li>

Links & Media

  • • <a>
  • • <img>

Other

  • • <blockquote>
  • • <pre>
  • • <table>
  • • <hr>