Konstrukt::Plugin::wiki::markup::headline - Block plugin to handle headlines
my $h = use_plugin 'wiki::markup::headline'; my $rv = $h->process($block);
This one will match if the first character of the first line of the block is a =
.
The block will then be enclosed by <hX> and </hX> (X = number of ='s before the first character).
Any trailing ='s at the end of the block will be removed.
= headline of level 1 some text == headline of level 2 some other text
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.