Thomas Wittek > Konstrukt > Konstrukt::Plugin::wiki::markup::quote

Download:
konstrukt/Konstrukt-0.5-beta13.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Source  

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

syntax highlighting: