HTML to Markdown | How to use and interpret results
Convert HTML headings, paragraphs, emphasis, links and lists into a Markdown draft. The aim is editable writing structure rather than a reproduction of page styling.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Paste HTML and inspect the result in the destination Markdown renderer. Complex tables and nested lists need more review than plain headings and paragraphs.
Results and examples
<h2>Guide</h2> becomes ## Guide, while emphasis becomes asterisk notation. Links retain their addresses, but relative destinations need checking in the new document location.
Worked example
<h2>Guide</h2> becomes ## Guide, while emphasis becomes asterisk notation. Links retain their addresses, but relative destinations need checking in the new document location.
Limitations
- Complete conversion of tables, images and complex nested lists is not guaranteed.
- Scripts and styles are omitted and the original layout is not retained.
Fields
| Field | Guidance and constraints |
|---|---|
| HTML | Check the unit and format displayed beside this field. |
| Markdown | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
What happens to a heading tag?
Guide becomes ## Guide, while emphasis becomes asterisk notation. Links retain their addresses, but relative destinations need checking in the new document location.
Will the page keep its original appearance?
Complete conversion of tables, images and complex nested lists is not guaranteed. Scripts and styles are omitted and the original layout is not retained.