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 to convert definition lists to bullet lists with the defined terms in strong emphasis (for compatibility with standard markdown).

SYNOPSIS

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

SEE ALSO

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