Skip to content

Instantly share code, notes, and snippets.

@GLMeece
Last active October 2, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GLMeece/92536d772a6f699af873a2d43c247c4a to your computer and use it in GitHub Desktop.
Save GLMeece/92536d772a6f699af873a2d43c247c4a to your computer and use it in GitHub Desktop.
Using PanDoc to Convert Word to Markdown
pandoc -f docx -t markdown -o my_example_output.md my_example_input.docx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment