HTML to Markdown Converter
Convert messy HTML into clean Markdown and copy it
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
Use this when you need to tidy HTML copied from a web page or rich-text editor into clean Markdown. Choose the heading style, list markers, and code-block format to convert it into exactly the Markdown you want.
How to use
- Paste the HTML you want to convert into the input box.
- Select the heading style, list markers, and code-block options.
- Grab the converted Markdown with the 'Copy Markdown' button.
FAQ
- Is my file sent to a server?
- No. The HTML you paste is converted entirely within your browser and is never sent to a server.
- Are inline styles and scripts converted?
- Only structures that Markdown can represent—headings, links, lists, code, and so on—are converted; styles, scripts, and the like are removed.
- Are tables converted too?
- Basic HTML tables are converted to Markdown tables as best as possible. Complex tables with merged cells may not retain their original form.
