📝 Markify
Convert HTML to clean Markdown
Supported HTML Elements
- Headers: h1-h6 → # ## ### etc.
- Text formatting: bold, italic, strikethrough
- Links: a → [text](url)
- Images: img → 
- Lists: ul, ol → - item or 1. item
- Code: pre, code blocks and inline code
- Quotes: blockquote → > text
- Tables: Basic markdown table format
- Horizontal rules: hr → ---
- HTML entities: Automatic decoding (&, <, >, etc.)
← Back to Tools