Last active
July 9, 2018 03:08
-
-
Save richashworth/bbd9324a85c33579e9d8 to your computer and use it in GitHub Desktop.
pandoc command to convert GitHub markdown (.md) to MS Word (.docx)
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
pandoc --to=docx -o document.docx wiki.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment