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

NAME

Rubric::Entry::Formatter::Markdown - format entries with Markdown (duh!)

VERSION

version 0.555

DESCRIPTION

This formatter will use Markdown (specifically, Text::Markdown) to format entries into HTML.

Configuration for the formatter is given to the Text::Markdown constructor, with the exception of the multimarkdown option. If given and true, it will cause the formatter to use Text::MultiMarkdown instead of Text::Markdown.

METHODS

as_html

as_text

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2005 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.