Comment on Text-Only NPRComments−jumploops1yPerfect 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?−pinjasaur1yCurious, can you recommend a HTML -> MD converter?−zem1ypandoc is pretty good https://pandoc.org/demos.html−pinjasaur1yD'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.−immibis1yWhy not just use the HTML ....?
Comments
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?
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 ....?