The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

DESCRIPTION

Pandoc filter that causes emphasized text to be displayed in ALL CAPS.

SYNOPSIS

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

SEE ALSO

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