This is a very nice converted beamer slide:
$$\hat{H} \psi = E \psi$$
And there is also inline math $ \sum_{n=0} ^{\infty} f(n) = 0 $.
Pandoc actually transforms latex documents and not purely beamer documents
However it does not complain if there is a
\begin{frame}{title}
\end{frame}
environment somewhere
eeeeeee πππππππ ψψψψψψψ
\int_{\partial A} f = 0
grow
shrink
fade-out
fade-up (also down, left and right!)
visible only once
blue only once
highlight-red
highlight-green
highlight-blue
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import logging
if sys.version_info < (3, 2):
raise Exception("This program must use python 3.2 or greater")
if __name__ == "__main__":
main()