Skip to content

Instantly share code, notes, and snippets.

@pauljonescodes
Last active December 26, 2015 04:19
Show Gist options
  • Save pauljonescodes/7091955 to your computer and use it in GitHub Desktop.
Save pauljonescodes/7091955 to your computer and use it in GitHub Desktop.
What I recommend everyone do with their Markdown files. You can find pandoc here: http://johnmacfarlane.net/pandoc/
for file in {,**/}*.md; do pandoc -o "$file" "$file" ; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment