Created
August 27, 2020 19:16
-
-
Save itzg/31080bb98838508a6374b9daf52ad72a to your computer and use it in GitHub Desktop.
Convert markdown file to Word DOCX using pandoc docker image
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
| docker run --rm -v ${PWD}:/data pandoc/latex input.md -o output.docx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment