presentations/build-presentation.sh

5 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
# Argument $1 is the source markdown file
pandoc -s --mathml -i -t revealjs "$1" -o presentation.html -V theme=dracula