public web pages → markdown

URL to Markdown converter

Save the readable content of a public page as Markdown for notes, research, and AI workflows.

public HTMLarticlesheadingslistscode blocks

the short answer

How do I convert a URL to Markdown?

Paste a public http or https URL into URL mode. anydoctomd fetches the page directly from your browser, removes common navigation and interactive chrome, extracts readable content, and returns cleaned Markdown when the target site permits cross-origin browser access.

what you get

  • Structured Markdown with predictable headings and spacing
  • Automatic cleanup and AI-ready source metadata
  • Browser-first processing with copy and download controls

at a glance

Processing

Direct browser request; CORS applies

Output

Cleaned Markdown with source metadata

Limit

60MB per file

Review

Editable before copy or download

how it works

From source file to useful Markdown.

01

Paste a public URL

Use a complete http or https address for the page you want to read.

02

Extract readable content

The browser removes common navigation, forms, scripts, and decorative elements before conversion.

03

Save the Markdown

Review the extracted page, then copy or download it for your own notes.

good for

Practical text-first workflows.

  • Save public articles as local Markdown notes
  • Turn web documentation into a searchable text collection
  • Prepare a page for an AI workflow without a server-side scraper

know the limits

Review the output before you rely on it.

  • !URL mode depends on the target site's CORS policy; many sites block direct browser fetching.
  • !Client-rendered pages may provide little content before JavaScript runs, and paywalled or private pages cannot be bypassed.
  • !Only publicly accessible content that the browser can retrieve should be converted; respect the site's terms and copyright.

see the output

Downloadable Markdown examples.

These small examples show the shape of the output before you use your own files.

questions

Answers before you convert.

Why does a URL conversion sometimes fail?+

The target site may block cross-origin browser requests with CORS, require authentication, or depend on JavaScript that is not present in the fetched HTML. Copying the readable content into a text or Markdown file is the fallback.

Does URL mode send the page to your server?+

No. The browser requests the public URL directly. anydoctomd does not provide a server-side proxy for URL conversion.

What content is removed?+

Common scripts, styles, navigation, headers, footers, forms, buttons, SVG decoration, and other interactive chrome are removed before headings, paragraphs, lists, code, and quotes are extracted.

ready when you are

Convert public HTML to Markdown in your browser.

No account is required. Add a file, review the result, and keep the Markdown that is useful to you.

open the converter ↗