Skip to content

Instantly share code, notes, and snippets.

@giannisp
Last active March 3, 2017 07:00
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 giannisp/293693c3234216913e61531ea871905a to your computer and use it in GitHub Desktop.
Save giannisp/293693c3234216913e61531ea871905a to your computer and use it in GitHub Desktop.
Convert docx to markdown
# Pandoc has to be installed (http://pandoc.org/)
# on OS X it can be easily installed via brew
brew install pandoc
pandoc -s file.docx -t markdown -o file.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment