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