Skip to content

Instantly share code, notes, and snippets.

@adammck
Created July 13, 2017 04:32
Show Gist options
  • Save adammck/acc85419b0e10c5f4d6b70d26f8dcacd to your computer and use it in GitHub Desktop.
Save adammck/acc85419b0e10c5f4d6b70d26f8dcacd to your computer and use it in GitHub Desktop.
mdfmt
alias mdfmt='find . -name \*.md | xargs -n 1 -I "{}" pandoc -t markdown --normalize --wrap=auto --columns=80 {} -o {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment