Blink. Convert. Done.
HTML to Markdown converter
Drop a web page below and get clean Markdown, with the token count and what it costs to send. It is converted in your browser — the file never leaves your device.
Rates checked 2026-08-31. See the cost on all 35 models → · Use this as context for a prompt →
What a HTML actually stores
Pasting raw HTML into a model is the clearest anti-pattern in this whole area. A modern page is mostly markup — nested divs with generated class names — and every one of those tags costs tokens while carrying nothing a model can use.
It is the fastest way to get an article, documentation page or competitor page into a model without paying for its navigation menu three times over.
What survives the conversion
Headings, paragraphs, lists, links with their targets, code blocks, blockquotes and tables. The semantic content, in other words, which is the part that was ever worth sending.
What does not
Navigation, headers, footers, sidebars, forms, scripts, styles and anything marked aria-hidden are removed on purpose. On a real article that is usually most of the bytes, and removing it is where the saving figure on this page comes from — frequently over ninety percent.
Saying so plainly is deliberate. A converter that quietly drops half a document is worse than one that tells you which half, because you can work around a limit you know about.
Questions
Why is the output so much smaller than the input?
Because most of a web page is not content. Stripping the furniture regularly removes over ninety percent of the characters, and the token panel shows you exactly how much on your own input.
Do links survive?
Yes, as Markdown links with their URLs intact, so a model can still see what a page was pointing at.
Can I give it a URL instead of HTML?
Not currently — paste the page source or save the page and drop the file. Fetching a URL would mean sending the request from our server, which would undo the guarantee that nothing you convert leaves your machine.
Converting a different format
The same engine handles eighteen formats in total, all of them in your browser.
Token rates checked 2026-08-31. See the cost on all 35 models →
More free tools
All free, all instant, none of them need an account.