Conversor HTML para Markdown
Converta HTML para Markdown limpo — títulos, listas, tabelas, blocos de código e mais
Entrada HTML
Saída Markdown
Conversor HTML para Markdown
Converta HTML para Markdown limpo — títulos, listas, tabelas, blocos de código e mais
Recursos
- Convert headings (h1-h6), bold, italic, and strikethrough
- Full table support with proper Markdown table syntax
- Code blocks and inline code conversion
- Ordered and unordered list support
- Link and image conversion
- Blockquote handling
- 100% client-side — no data sent to servers
Como usar
- Paste your HTML content in the left panel.
- Click Convert to generate Markdown.
- Copy the result using the Copy button.
- Try the Load Example button to see a demo.
Dicas e Melhores Práticas
- Use this tool when migrating blog posts from HTML-based CMS to Markdown-based platforms.
- The converter strips script and style tags automatically for clean output.
- Tables are converted to GitHub-flavored Markdown table syntax.
Perguntas Frequentes
What HTML elements are supported?
Headings (h1-h6), paragraphs, bold, italic, strikethrough, links, images, lists (ordered and unordered), code blocks, blockquotes, tables, and horizontal rules.
Is my data private?
Yes, all conversion happens in your browser. No HTML content is sent to any server.
Can it handle complex nested HTML?
The converter handles most common HTML structures. Very deeply nested or unusual markup may require minor manual adjustments.