
Markdown.new
Convert any URL to clean Markdown—free, no signup needed.
As someone who frequently uses LLMs, I always found myself manually copying and pasting entire web pages to provide context—it's messy and often loses formatting and links. That's why i built markdown.new for a weekend project.
With markdown.new, you can instantly transform any URL into clean, AI-ready Markdown content, keeping all essential links and formatting intact. Just add "markdown.new" to your URL, and you're done in seconds—no signups or extra steps.
It's simple, powerful, and made especially for anyone who loves smooth interactions with AI tools.
I'd love to hear your thoughts and feedback!
About
Markdown.new was born out of frustration. Whenever I wanted to use web content with AI, manually copying and pasting entire pages became tedious, often losing important formatting and context. Markdown.new solves this—it

1 Comment
Interesting. So are you just parsing the html and pulling out the h tags and whatnot? or are you doing something more complex under the hood. I also convert to markdown often (and there are so so google extensions to do it in one click). Seems like the extra step of the append is actually a bit of a extra step vs a one click solution.
What would be interesting is if you could parse it to MDX with light JSX for layout, or something more dynamic. that way you could quickly grab layout information from site quickly. But that might just be a me problem as my MDX engine drives all of the pages on my site.