Created
January 12, 2018 22:25
-
-
Save bdunogier/a78a75108a4b95ed156dcb4e2bc3eab8 to your computer and use it in GitHub Desktop.
This file contains 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
function md2word () { | |
pandoc -o $2 -f markdown -t docx $1 | |
} | |
function word2md () { | |
pandoc -o $2 -f docx -t markdown $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment