HTML to Markdown
Convert HTML code to Markdown format
Supported HTML Elements:
- • Headers (h1-h6)
- • Bold (strong, b), Italic (em, i), Strikethrough (del, s, strike)
- • Links (a) and Images (img)
- • Lists (ul, ol, li)
- • Code (code, pre)
- • Blockquotes (blockquote)
- • Tables (table, tr, th, td)
- • Paragraphs (p), Line breaks (br), Horizontal rules (hr)