The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Konstrukt::Plugin::wiki::markup::basic_string - Inline plugin to handle basic markup (without templates)

SYNOPSIS

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

DESCRIPTION

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

EXAMPLE

        *strong*
        /empathized/
        _underlined_
        -deleted-
        +inserted+
        ^superscript^
        ~subscript~
        #code#

METHODS

process

This method will do the work.

Parameters:

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.

SEE ALSO

Konstrukt::Plugin::wiki