Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@incredimike
Created April 13, 2012 20:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save incredimike/2380043 to your computer and use it in GitHub Desktop.
Save incredimike/2380043 to your computer and use it in GitHub Desktop.
Convert MS Word documents to HTML, Markdown
# textutil -convert html file.doc -stdout | pandoc -f html -t markdown -o file.md
see also: https://gist.github.com/2380036
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment