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

NAME

Konstrukt::Plugin::wiki::markup::quote - Block plugin to handle quotes

SYNOPSIS

        my $q = use_plugin 'wiki::markup::quote';
        my $rv = $q->process($block);

DESCRIPTION

This one will match if the first line of the block start with a colon ":" followed by at least one whitespace or tab.

The block will then be surrounded by <blockquote> and </blockquote> tags.

EXAMPLE

        : 640kb should be enough for everyone.
        
        : God does not play dice
        - Albert Einstein

METHODS

install

Installs the templates.

Parameters:

none

process

This method will do the work.

Parameters:

AUTHOR

Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.

This document is free software. It is distributed under the same terms as Perl itself.

SEE ALSO

Konstrukt::Plugin::wiki