Y
Hacker News
new
|
ask
|
show
|
jobs
by
I_complete_me
2203 days ago
I tried that on a HackerNews page and the content of the output file foo.md was in html.
1 comments
miles
2203 days ago
Sorry, had only tested it on my own site, which worked as expected:
curl --silent https://tinyapps.org/ | pandoc --from html --to markdown_strict -o index.md
link