Skip to content
Markdown

URL to Markdown

Convert a web page’s HTML into clean Markdown.

How it works

  1. 1Open the page and copy its HTML (View Source or “Copy outerHTML”).
  2. 2Paste the HTML here.
  3. 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.
See all →