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

version 0.554

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.


Ricardo SIGNES <rjbs@cpan.org>

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.