presentations/build-presentation.sh

5 lines
140 B
Bash
Raw Normal View History

2024-04-11 15:41:37 +02:00
#!/usr/bin/env bash
# Argument $1 is the source markdown file
pandoc -s --mathml -i -t revealjs "$1" -o presentation.html -V theme=dracula