Comment on Markdown.css – make HTML look like plain-textparentComments−janerik13yI use pandoc[1] for this. curl -s example.com | pandoc -f html -t markdown - [1]: http://johnmacfarlane.net/pandoc/−fiddlosopher13yThis works too: pandoc -t markdown http://example.com−janerik13yNice. Didn't know pandoc can directly read from an URL, even easier.
Comments
I use pandoc[1] for this.
[1]: http://johnmacfarlane.net/pandoc/This works too:
Nice. Didn't know pandoc can directly read from an URL, even easier.