pandoc-beamer-block is a pandoc filter for adding beamer block to div
s.
pandoc-beamer-block requires python, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows.
Install pandoc-beamer-block using the bash command
$ pipx install pandoc-beamer-block
To upgrade to the most recent release, use
$ pipx upgrade pandoc-beamer-block
pipx
is a script to install and run python applications in isolated
environments from the Python Package Index, PyPI. It can be installed
using instructions given here.
If you have any difficulties with pandoc-beamer-block, please feel welcome to file an issue on github so that we can help.