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

NAME

MojoMojo::Formatter::Markdown - MultiMarkdown formatting for your content. MultiMarkdown is an extension of Markdown, adding support for tables, footnotes, bibliography, automatic cross-references, glossaries, appendices, definition lists, math syntax, anchor and image attributes, and document metadata.

Markdown syntax: http://daringfireball.net/projects/markdown/syntax MultiMarkdown syntax: http://fletcherpenney.net/multimarkdown/users_guide/multimarkdown_syntax_guide/

DESCRIPTION

This formatter processes content using Text::MultiMarkdown This is a syntax for writing human-friendly formatted text.

METHODS

primary_formatter

See also "primary_formatter" in MojoMojo::Formatter.

format_content_order

Format order can be 1-99. The Markdown formatter runs on 15

format_content

calls the formatter. Takes a ref to the content as well as the context object.

SEE ALSO

MojoMojo,Module::Pluggable::Ordered,Text::MultiMarkdown

AUTHORS

Marcus Ramberg <mramberg@cpan.org>

License

This module is licensed under the same terms as Perl itself.