Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Created February 21, 2014 07:03
Show Gist options
  • Save Planeshifter/9130000 to your computer and use it in GitHub Desktop.
Save Planeshifter/9130000 to your computer and use it in GitHub Desktop.
custom pandoc command to create reveal.js presentation
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