Skip to content

Instantly share code, notes, and snippets.

@richashworth
Last active July 9, 2018 03:08
Show Gist options
  • Save richashworth/bbd9324a85c33579e9d8 to your computer and use it in GitHub Desktop.
Save richashworth/bbd9324a85c33579e9d8 to your computer and use it in GitHub Desktop.
pandoc command to convert GitHub markdown (.md) to MS Word (.docx)
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