Paste any web page URL and get clean, GitHub-flavored Markdown back — headings, links, lists and tables intact, ready for your notes or repo.
Fetch any public web page and convert it to clean Markdown — copy it or publish it as a link.
Markdown appears here.Converted — share it as a page.
Publish this Markdown as a live page in one click. No account to start.
Sometimes the source you want is already on the web — a blog post, a docs page, a wiki article — and you need it as Markdown, not as a browser tab. Copy-pasting from the rendered page loses the structure: headings flatten, links drop their targets, and tables turn into tab-separated mush. This tool takes the other path. You paste the page’s URL, dochost fetches the live HTML for you, and the markup is converted to clean GitHub-flavored Markdown — the same url to markdown job people reach for when feeding a page into an LLM, an Obsidian vault, or a static-site repo. The fetch happens server-side so there is no CORS wall to fight, and the conversion keeps headings, ordered and unordered lists, inline links, blockquotes, code blocks and tables.
A researcher is building a prompt library and wants three published articles as Markdown so they can paste them into a model’s context window without all the navigation chrome and ad markup. Saving each page and running a script would mean wiring up a fetcher and a converter just for a one-off. Instead they grab the first article’s URL, paste it in, and press Convert. The right pane fills with Markdown: the <h1> becomes a single top heading, the section subheads become ##, the inline citations stay as [text](url) links, and the one comparison table comes across as a pipe table. They copy it, drop it into their notes, and repeat for the other two URLs — three clean Markdown documents in under a minute, with no script to maintain and nothing scraped beyond the single page they asked for.
Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.
See pricing