Query: mojomojo::formatter::textile
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MojoMojo::Formatter::Textile(3pm) User Contributed Perl Documentation MojoMojo::Formatter::Textile(3pm)NAMEMojoMojo::Formatter::Textile - Texile+SmartyPants formatting for your contentDESCRIPTIONThis formatter processes content using Text::Textile (a syntax for writing human-friendly formatted text), then post-processes that using Text::SmartyPants (which transforms plain ASCII punctuation characters into "smart" typographic punctuation HTML entities, such as smart quotes or the ellipsis character). Textile reference: <http://hobix.com/textile/>METHODSmain_format_content Calls the formatter. Takes a ref to the content as well as the context object. Note that this is different from the format_content method of non-main formatters. This is because we don't want all main formatters to be called when iterating over pluggable modules in MojoMojo::Schema::ResultSet::Content::format_content. "main_format_content" will only be called by <MojoMojo::Formatter::Main>.SEE ALSOMojoMojo, Module::Pluggable::Ordered, Text::TextileAUTHORSMarcus Ramberg <mramberg@cpan.org>LICENSEThis library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-04-07 MojoMojo::Formatter::Textile(3pm)