Skip to content

Instantly share code, notes, and snippets.

@robstarbuck
Created July 15, 2015 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robstarbuck/2f7c2bb13f15a6d61354 to your computer and use it in GitHub Desktop.
Save robstarbuck/2f7c2bb13f15a6d61354 to your computer and use it in GitHub Desktop.
Convert a webpage from html to markdown and from ISO-8859-1 to UTF8
wget http://www.oreilly.com/tim/herbert/ch00.html -O -| iconv -f ISO-8859-1 -t UTF8 | pandoc -f html -t markdown -o ch00.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment