Created
September 23, 2013 14:01
-
-
Save eduardschaeli/6670797 to your computer and use it in GitHub Desktop.
Convert markdown (with images) to docx
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
#!/bin/bash | |
cat "$1" | multimarkdown -t html | sed 's/file\:\/\/\/Users\/edischaeli\/BTSync\/wiki\/Notational\///g' | pandoc -f html -o "$1.docx" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment