HTML to Markdown
Converts HTML markup into clean, readable Markdown. Perfect for saving web content to notes apps or documentation.
<h1>Hello World</h1>
<p>This is <strong>bold</strong> text.</p>
<ul>
<li>First item</li>
<li>Second item</li>
</ul># Hello World
This is **bold** text.
- First item
- Second item



