Konstrukt::Plugin::wiki::markup::quote - Block plugin to handle quotes
my $q = use_plugin 'wiki::markup::quote'; my $rv = $q->process($block);
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.
: 640kb should be enough for everyone. : God does not play dice - Albert Einstein
Installs the templates.
Parameters:
none
This method will do the work.
Parameters:
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.