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

DESCRIPTION

Pandoc filter to convert all regular text to uppercase. Code, link URLs, etc. are not affected.

SYNOPSIS

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

SEE ALSO

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