HTML to Markdown Converter
Convert HTML to clean Markdown. Supports headings, links, images, lists, code blocks, and tables.
# Hello World This is a **bold** and *italic* paragraph with a [link](https://example.com). ## Features - Fast conversion - Supports `inline code` - Handles nested elements > This is a blockquote ``` `const hello = "world";` ```