Comment on Markdown.css – make HTML look like plain-textComments−president13yAwesome project. Is there anything that can actually convert HTML to Markdown though?−loevborg13yThe wonderful pandoc (http://johnmacfarlane.net/pandoc/README.html#general-options) can, along with many other things.−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.−gridaphobe13yhttp://johnmacfarlane.net/pandoc/
Comments
Awesome project. Is there anything that can actually convert HTML to Markdown though?
The wonderful pandoc (http://johnmacfarlane.net/pandoc/README.html#general-options) can, along with many other things.
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.
http://johnmacfarlane.net/pandoc/