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:
$block - Block node (of type Konstrukt::Parser::Node) containing the (text-)nodes of this block.
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.