Created
July 13, 2017 04:32
-
-
Save adammck/acc85419b0e10c5f4d6b70d26f8dcacd to your computer and use it in GitHub Desktop.
mdfmt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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