
Konstrukt::Plugin::wiki::markup::basic - Inline plugin to handle basic markup

my $b = use_plugin 'wiki::markup::basic';
my $rv = $b->process($tag);

This one will handle all basic text formatting markup and substitute it with html-markup.

*strong*
_strong2_
/empathized/
-deleted-
+inserted+
^superscript^
~subscript~
`code`

Initialization.
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.
