
Malte Bonart
reveal.jspandoc to transform markdown to htmlpip install pandoc
pandoc -t revealjs slides.md -o index.html \
--mathjax \
--standalone \
--css=styles.css \
--css=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css
| A | B | |
|---|---|---|
| 100 | 400 | |
| 200 | 300n |
f(x, y) = \frac{\sqrt{x^2+y^2}}{x+y}
\[ f(x, y) = \frac{\sqrt{x^2+y^2}}{x+y} \]

Photo by Arif Riyanto on Unsplash
You can
change the fontsize
or the color
with a separate stylesheet (styles.css)!