Created
February 21, 2014 07:03
-
-
Save Planeshifter/9130000 to your computer and use it in GitHub Desktop.
custom pandoc command to create reveal.js presentation
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 -t html5 --template=template-revealjs.html --standalone --section-divs --variable theme="beige" --variable transition="concave" slides.md -o slides.html --mathjax --include-in-header=slides.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment