Convert any URL into clean, readable Markdown
The Cleanest Way to Convert a Web Page to Markdown
Most web pages are built for browsers, not for writers. When you try to copy an article, you get a wall of HTML mixed with navigation menus, cookie banners, and ads. This tool strips all of that away using Mozilla's Readability engine — the same library that powers Firefox Reader View — and converts only the core content into well-structured Markdown.
Whether you're building a personal knowledge base in Obsidian, writing documentation in a static site generator like Hugo or Jekyll, or just want a clean offline copy of something you read, the output is ready to use without any manual cleanup.
How to Convert a URL to Markdown in 3 Steps
-
1Paste the URL. Copy the full address of any article, blog post, or documentation page and paste it into the field above. No account or extension needed.
-
2Clean and configure. Use Remove Mode to click away any sections you don't want. Adjust heading levels, link style, image handling, and frontmatter from the Options panel.
-
3Download or copy. Switch between the raw Markdown and the rendered preview, then download your
.mdfile or copy it directly to your clipboard.
What Makes This Different
Works Great With
The Markdown output from this tool is compatible with Obsidian, Notion, Hugo, Jekyll, Eleventy, Docusaurus, VS Code, Typora, and any editor that supports standard or GitHub Flavored Markdown. The optional YAML frontmatter is formatted to work with Obsidian's metadata system and most static site generators out of the box.
Frequently Asked Questions
Is this the same as copying a page and pasting into a Markdown editor?
No. Pasting from a browser gives you raw text without any formatting. This tool converts headings, bold, italic, links, images, code blocks, and tables into their correct Markdown equivalents, and strips everything that isn't part of the article.
Can I use this to clip articles into Obsidian?
Yes. Download the .md file and drop it directly into your Obsidian vault. The frontmatter block is formatted to be recognised by Obsidian's metadata panel, and any tags you add in the Frontmatter editor will appear in your graph view.
What happens to images in the article?
By default, images are kept as standard Markdown image syntax pointing to the original source URL. If you prefer a text-only document, switch the Images option to Strip in the Options panel before downloading.
Does the tool store or log the URLs I convert?
No. The conversion happens entirely in your browser. URLs are passed through a proxy only to fetch the page content, and nothing is stored or logged on any server.
Why does the filename use hyphens and lowercase?
The filename is auto-generated from the article title in slug format, which is the standard convention for Markdown files used in static site generators and Obsidian vaults. You can rename it freely using the rename button in the toolbar.