html
→
md
HTML / WYSIWYG to Markdown Converter
HTML Source
WYSIWYG Editor
H1
H2
H3
B
I
{ }
```
• List
1. List
> Quote
Link
Table
HR
H1
H2
H3
¶
B
I
U
S
{ }
• List
1. List
> Quote
Link
Table
HR
<h1>Sample Document</h1> <p>This is a <strong>bold</strong> statement with some <em>emphasis</em> and <code>inline code</code>.</p> <h2>Features</h2> <ul> <li>Headings, lists and tables</li> <li>Links like <a href="https://example.com">this one</a></li> <li>Nested <ul> <li>Sub item</li> </ul> </li> </ul> <blockquote>A quoted block of text.</blockquote> <table> <tr><th>Name</th><th>Role</th></tr> <tr><td>Ada</td><td>Engineer</td></tr> </table> <pre><code class="language-js">console.log('hello');</code></pre>
Markdown Output
Live conversion
Heading
ATX #
Setext
Bullet
-
*
+
Emphasis
*i*
_i_
Strong
**b**
__b__
Code fence
```
~~~
Links
Inline
Reference
Strip script/style tags
Strip HTML comments
Escape special characters
Hard line breaks (trailing spaces)
Keep <u> as HTML