NAME

   Kwiki::Markdown - A Markdown formatter for Kwiki.

SYNOPSIS

   This module provides a markdown formatter class for Kwiki. For more
   information about markdown syntax, please see its official website:
   http://daringfireball.net/projects/markdown/.

   To install this module, please edit config.yaml and add this line to
   the bottom:

       formatter_class: Kwiki::Markdown

   Please be aware of that this plugin is not compatible with lots of
   plugins that provide extra wafl block or wafl phrases, as long as those
   plugins hooking on Kwiki::Formatter::* sub-classes.

SEE ALSO

   Text::Markdown

AUTHOR

   Kang-min Liu <[email protected]>.

LICENCE

   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>