Konstrukt::Plugin::wiki::paragraph - Block plugin to handle paragraphs
my $par = use_plugin 'wiki::markup::paragraph'; my $rv = $par->process($block);
This one won't do much more but putting <p> and </p> around a block.
It always matches and should be the last plugin in your filter chain so it will catch all block that didn't match any other plugin.
this is one paragraph and will be surrounded by <p> and </p> this one also
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.