Skip to content

Instantly share code, notes, and snippets.

@kymair
Created March 23, 2017 15:00
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 kymair/ce30789bf5031b589e0fda39e01ce045 to your computer and use it in GitHub Desktop.
Save kymair/ce30789bf5031b589e0fda39e01ce045 to your computer and use it in GitHub Desktop.
Pandoc
for file in *.html;do pandoc $file -f html -t plain -o ${file%.*}.md; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment