Convert HTML to Markdown using tag substitution
# Hello World This is **bold text** and *italic text*. - Item 1 - Item 2 [Link text](https://example.com)
Converting HTML to Markdown transforms web content into a simpler, more portable format. Markdown is used everywhere—GitHub READMEs, documentation sites, CMS platforms. Our converter handles headings, bold/italic, lists, links, images, and code blocks.