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> → ![alt](src)

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