HTML to Markdown Converter
Transform your HTML content into clean, readable Markdown with our powerful online converter. Features rich text editing, source code input, and customizable conversion options.
HTML Input (Rich Text)
Loading editor...
Markdown Output
<!-- Markdown output will appear here -->
How to Convert HTML to Markdown
📝
Input HTML
Paste HTML content or use the rich text editor to create formatted content visually.
⚙️
Smart Conversion
Intelligent conversion with ToastUI Editor's built-in HTML to Markdown processor.
🔄
Live Conversion
Watch as your HTML is instantly converted to clean, readable Markdown in real-time.
💾
Copy & Download
Copy the Markdown code or download it as a file for use in your projects and documentation.
Supported HTML Elements
Text Formatting
- • <strong> and <b> → **bold**
- • <em> and <i> → *italic*
- • <del> and <s> → ~~strikethrough~~
- • <code> → `inline code`
- • <mark> → ==highlight==
Structure & Layout
- • <h1>-<h6> → # Headers
- • <p> → Paragraphs
- • <ul>/<ol> → Lists
- • <blockquote> → > Quotes
- • <hr> → ---
Advanced Elements
- • <pre><code> → Code blocks
- • <table> → Markdown tables
- • <a> → [Links](url)
- • <img> → 
- • <sub>/<sup> → Sub/superscript
Common Use Cases
Content Migration
- • Convert web content to Markdown
- • Migrate from HTML-based CMS
- • Extract content from web pages
- • Archive web content in Markdown
Documentation
- • Create README files from HTML
- • Generate GitHub wiki content
- • Convert HTML docs to Markdown
- • Prepare content for static sites
Development
- • Clean up generated HTML
- • Convert rich text to Markdown
- • Prepare content for version control
- • Extract documentation from HTML