logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pandoc::Filter::Multifilter - apply filters from metadata field "multifilter"

Description

       This filter is provided as system-wide executable multifilter, see there for additional documentation.

Functions

find_filter($name[,$DATADIR])
       Find a filter by its name in "$DATADIR/filters", where $DATADIR is the user data directory (".pandoc" in
       ~ or %appdata%\pandoc), and in $PATH. Returns a list of command line arguments to execute the filter or
       throw an exception.

   apply_filter($doc,$format,@filter)
       Apply a filter, given by its command line arguments, to a Pandoc Document element and return a
       transformed Document or throw an exception on error. Can be called like this:

         apply_filter( $doc, $format, find_filter( $name ) );

perl v5.38.2                                       2024-08-03                   Pandoc::Filter::Multifilter(3pm)

Methods

new
       Create a new multifilter.

   apply($doc[,$format[,$metadata]])
       Apply all filters specified in document metadata field "metafilters".

Name

       Pandoc::Filter::Multifilter - apply filters from metadata field "multifilter"

See Also