Last Updated: February 25, 2016
·
271
· jamesduncombe

HTML to Markdown pipeline

Very simple and quick... you'll need Pandoc installed and you need to be running OSX.

Once you have that, copy your HTML then run (from a terminal):

pbpaste | pandoc --from=html --to=markdown | pbcopy

Repeat as needed!