tooly

Convert HTML to Markdown online

Paste HTML from a page, a CMS export or an email and get tidy Markdown for your README, wiki or notes — scripts and styles dropped, tables kept.

Everything runs in your browser — nothing is sent anywhere

How to use

  1. 1

    Paste your HTML into the box.

  2. 2

    The Markdown appears below as you type.

  3. 3

    Copy it or download a .md file.

FAQ

Which elements are supported?

Headings, paragraphs, bold and italic, links, images, blockquotes, ordered and unordered lists, code blocks and tables.

What happens to scripts and styles?

They are stripped, along with their contents — only readable content survives.

Are tables converted?

Yes, into GitHub-flavoured Markdown tables. Merged cells are flattened, since Markdown has no equivalent.

Is my HTML uploaded?

No. The conversion runs in your browser.

Can I convert Markdown back to HTML?

Yes — use Convert Markdown to HTML.

Related tools