Thomas Wittek > Konstrukt-0.5-beta13 > Konstrukt::Plugin::wiki::markup::basic

Download:
konstrukt/Konstrukt-0.5-beta13.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

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

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*
        _strong2_
        /empathized/
        -deleted-
        +inserted+
        ^superscript^
        ~subscript~
        `code`

METHODS ^

init

Initialization.

install

Installs the templates.

Parameters:

none

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