HTML → Markdown
Convert HTML back to Markdown format
HTML
211 chars
Markdown
Copy Markdown
<h1>Hello World</h1> <p>This is a <strong>bold</strong> word and an <em>italic</em> word.</p> <ul> <li>Item one</li> <li>Item two</li> </ul> <p>Visit <a href="https://lilil.app">LILIL</a> for more tools.</p>
# Hello World This is a **bold** word and an *italic* word. - Item one - Item two Visit [LILIL](https://lilil.app) for more tools.