Skip to content

Instantly share code, notes, and snippets.

@RyanNutt
Last active September 2, 2018 14:46
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 RyanNutt/4b07279638ee182a385989552dc6edcf to your computer and use it in GitHub Desktop.
Save RyanNutt/4b07279638ee182a385989552dc6edcf to your computer and use it in GitHub Desktop.
Pandoc command that's supposed to take a markdown file with embedded MathJax and create a Word file with the equations rendered as images. From https://groups.google.com/forum/#!topic/pandoc-discuss/CvnPIiWUc-Q
pandoc filename.md --webtex -t html | pandoc -f html -o filename.docx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment