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

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.