Last active
March 3, 2017 07:00
-
-
Save giannisp/293693c3234216913e61531ea871905a to your computer and use it in GitHub Desktop.
Convert docx to markdown
This file contains 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
# 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