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

NAME

Kwiki::Formatter::Note - Allows you to put "Notes" in your wiki.

VERSION

Version 0.01

SYNOPSIS

This module will take a note and add special formatting so that the note will stand out out on the page. Notes are common idioms in books and useful for Wiki manuals.

In your wiki markup (the uppercase is important):

    NOTE: This is really important!

The HTML produced should be something like:

    <table class="note"><tr>
        <th>Note</th>
        <td>This is really important!</td>
    </tr></table>

With the default stylesheets this will look something like:

    |------|---------------------------|
    | Note | This is really important! |
    |______|___________________________|

AUTHOR

Eric Anderson, <eric at cordata.com>

COPYRIGHT & LICENSE

Copyright 2006 CorData, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html