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

NAME

Text::Decorator::Filter::Quoted - Mark up paragraphs of quoted text

SYNOPSIS

    $decorator->add_filter("Quoted", begin => '<div class="level%i">',
                                     end   => '</div>');

DESCRIPTION

filter_node

This filter uses the Text::Quoted module to add quoting-level style tags on a HTML representation of piece of text.