Hacker News new | ask | show | jobs
by jumploops 583 days ago
Perfect for LLMs!

We use a html->markdown converter for web scraping and sites like this make it even easier/more robust.

Side note: bring back the RSS feeds?

2 comments

Curious, can you recommend a HTML -> MD converter?
pandoc is pretty good https://pandoc.org/demos.html
D'oh, thanks — I use Pandoc plenty to MD -> HTML I totally spaced it can do the inverse. I was briefly looking at [Turndown](https://github.com/mixmark-io/turndown) for projects in the JS ecosystem.
Why not just use the HTML ....?