Converter
Paste any web page's URL and get clean GitHub Flavored Markdown back — navigation, ads, and scripts stripped, article text kept. Because browsers can't fetch other sites directly, the URL is sent to our server, which fetches the page and converts it for you. Nothing is stored or logged.
Already have the HTML? HTML to Markdown →
The URL is sent to our server, which fetches the page and converts it. The fetched content is never stored or logged.
// Paste a URL on the left and hit Convert to see markdown here.
Why this converter
Copy-pasting an article out of a browser drags along ads, nav bars, and broken formatting. This tool fetches the page on your behalf and converts the article to clean, portable markdown.
Paste a link to a blog post, docs page, or article and the server fetches it for you — no CORS limits, no browser extension.
The fetched page is converted and returned in the same request. We don't keep a copy, and the response is never cached.
Tables, task lists, strikethrough, and autolinks all round-trip cleanly into GitHub Flavored Markdown.
Navigation, ads, scripts, and layout chrome are dropped. You keep the article, not the page shell.
Technical articles and docs pages keep their fenced code blocks instead of turning into mangled paragraphs.
Flip the output between markdown source and a rendered preview to confirm the conversion before you copy it.
How it works
Drop in the link to any public web page and hit Convert (or press Enter).
Our server fetches the page and converts the HTML to GitHub Flavored Markdown, then discards the copy.
Take the markdown to your clipboard, save it as a .md file, or open it straight in the editor.
What to expect
The converter sees the same HTML a normal visitor's browser would. Some pages give up more than others. Here's the honest split.
FAQ
Open the converted markdown in Markdown Writer for a focused editor with live preview, syntax highlighting, and export.
Open the editor