100% Local · Free · No Sign-up

Convert Any Web Page URL to Markdown

Paste the address of any public article or web page and instantly get a clean Markdown version of its main content. We use Mozilla’s Readability to strip away ads, sidebars and navigation, then Turndown to produce tidy Markdown — all rendered in your browser.

Processing happens 100% in your browser — nothing is uploaded.

100% Local Processing — Your files never leave your device

How to convert a URL to Markdown

  1. Paste the full URL (including https://) of the page you want to convert.
  2. Click Convert. The page is fetched through our stateless CORS proxy — no content is stored.
  3. Readability extracts the primary article and Turndown converts it to Markdown.
  4. Review the Markdown in the live preview, then copy it or download the .md file.

URL to Markdown — FAQ

Why is a proxy needed for URL to Markdown?

Browsers block cross-origin requests for security (CORS). To read another site's HTML we route the request through a lightweight Cloudflare Worker that adds the correct CORS headers. It forwards the page and stores absolutely nothing — no logs of your URLs or content.

Does it work on any website?

It works best on article-style pages (blogs, news, docs). Pages that require login, are heavily JavaScript-rendered, or block bots may not extract cleanly. In those cases, copy the page's HTML and use the HTML-to-Markdown converter instead.

Will images and links be preserved?

Yes. Links are kept as Markdown links and images are referenced by their original absolute URLs. Turndown maps headings, lists, blockquotes, code blocks and tables to their Markdown equivalents.

Is the converted content private?

The Markdown is generated in your browser and never saved on our side. The proxy is stateless and retains no history of the URLs you convert.