Conversor de HTML para Markdown
Convert HTML code to clean Markdown syntax.
Supported HTML Elements
Headings: <h1> through <h6> → # through ######
Emphasis: <strong>, <em>, <del> → **bold**, *italic*, ~~strikethrough~~
Links: <a href> → [text](url)
Images: <img> → 
Code: <code>, <pre> → inline and fenced code blocks
Lists: <ul>, <ol> → - items, 1. items
Tables: <table> → Markdown table syntax
Other: <blockquote>, <hr>, <br>
Related Tools
Markdown to HTML
Convert Markdown syntax to clean HTML code with live preview of the rendered output.
Markdown Previewer
Write Markdown and see a live rendered preview. Supports tables, code blocks, and more.
Markdown Table Generator
Build Markdown tables visually with a spreadsheet editor. Set alignment and copy the output.