The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

Pandoc filter to convert divs with class="theorem" to LaTeX theorem environments in LaTeX output, and to numbered theorems in HTML output.

SYNOPSIS

  pandoc --filter theorem.pl -o output.html < input.md

SEE ALSO

This is a port of theorem.py from Python to Perl with Pandoc::Elements and Pandoc::Filter.