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


Kwiki-Formatter-Note documentation  | view source Contained in the Kwiki-Formatter-Note distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.01

SYNOPSIS

Top

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

Top

Eric Anderson, <eric at cordata.com>

COPYRIGHT & LICENSE

Top


Kwiki-Formatter-Note documentation  | view source Contained in the Kwiki-Formatter-Note distribution.