Skip to content

Instantly share code, notes, and snippets.

@itzg
Created August 27, 2020 19:16
Show Gist options
  • Select an option

  • Save itzg/31080bb98838508a6374b9daf52ad72a to your computer and use it in GitHub Desktop.

Select an option

Save itzg/31080bb98838508a6374b9daf52ad72a to your computer and use it in GitHub Desktop.
Convert markdown file to Word DOCX using pandoc docker image
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