Convertidor HTML a Markdown

Convierte HTML a Markdown limpio — encabezados, listas, tablas, bloques de código y más

Entrada HTML
Salida Markdown

Convertidor HTML a Markdown

Convierte HTML a Markdown limpio — encabezados, listas, tablas, bloques de código y más

Características

  • 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

Cómo usar

  1. Paste your HTML content in the left panel.
  2. Click Convert to generate Markdown.
  3. Copy the result using the Copy button.
  4. Try the Load Example button to see a demo.

Consejos y buenas prácticas

  • 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.

Preguntas frecuentes

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.