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

NAME

comments - remove everyting between <!-- BEGIN/END COMMENT -->

DESCRIPTION

Pandoc filter to ignore everything between <!-- BEGIN COMMENT --> and <!-- END COMMENT --> The comment lines must appear on lines by themselves, with blank lines surrounding them.

SYNOPSIS

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

SEE ALSO

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