Markdown
URL to Markdown
Convert a web page’s HTML into clean Markdown.
How it works
- 1Open the page and copy its HTML (View Source or “Copy outerHTML”).
- 2Paste the HTML here.
- 3Copy the resulting Markdown.
Use cases
- Save an article as Markdown.
- Migrate web content to docs.
- Clip a page for notes.
Frequently asked questions
Why paste HTML instead of a URL?
Browsers block fetching other websites’ pages directly (cross-origin security), so pasting the page HTML keeps the tool fully client-side and private — nothing is sent to a server.
How do I get a page’s HTML?
Use your browser’s View Source, or right-click → Inspect and copy the element’s outerHTML.
Is it private?
Yes. Conversion happens entirely in your browser.
Read the guide
How to convert a web page (URL) to Markdown
Turn an article into clean Markdown by converting its page HTML — how the browser-only, CORS-aware workflow works, and the paste-the-HTML trick that always succeeds.
Related tools
See all →Markdown Editor
A fast, free online Markdown editor with live side-by-side preview.
Live Markdown Preview
Paste Markdown and see it rendered live, side by side, as you edit.
Split View Markdown Editor
A two-pane Markdown editor with the source and live preview side by side.
Fullscreen Markdown Editor
An immersive, full-window Markdown editor with live preview.