RevealTheme logo

HTML a Markdown

Convierte HTML de nuevo a Markdown. Útil para migrar contenido de CMS que exportan HTML.

# Title

Some **bold** text.

Cómo usar esta herramienta

  1. 1

    Paste or type your HTML into the input textarea.

  2. 2

    Watch the Markdown output update live in the gray panel below as you edit.

  3. 3

    Select the converted Markdown and copy it into your editor or content file.

  4. 4

    Spot-check the result and hand-fix anything the converter dropped, such as images or tables.

¿Qué es HTML a Markdown?

Convertir HTML a Markdown es habitual al migrar contenido entre plataformas: por ejemplo, exportar desde WordPress (HTML) para importar en un generador de sitios estáticos (Markdown). Esta herramienta gestiona los elementos comunes; los diseños complejos con HTML personalizado suelen necesitar limpieza manual.

Casos de uso comunes

  • Quickly turn a copied HTML paragraph from a web page into Markdown for a README or blog post.

  • Draft Markdown documentation from small HTML snippets without installing a Node toolchain.

  • Strip the tag soup out of pasted rich text down to clean headings, bold, and links.

  • Prototype a content migration to see roughly how an HTML article maps to Markdown before scripting it.

  • Convert a simple HTML bulleted list into Markdown dashes for a checklist or issue body.

  • Teach or demonstrate the relationship between HTML elements and their Markdown equivalents.

Preguntas frecuentes

¿Sobrevivirá todo mi formato?
Los elementos estándar (encabezados, listas, enlaces, imágenes, negrita, cursiva) se convierten limpiamente. El HTML personalizado y los estilos en línea se eliminan o se simplifican.

Herramientas relacionadas