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

Changes for version 0.23 - 2015-05-21

  • Added BBcode and Creole to the module description.
  • Fixed a failing test for the Mediawiki format due to a change in CGI v4.14. This reverses the workaround required by CGI 4.11, introduced in v0.20. Not that you care. It's just a test change.
  • Updated the Pod parser to determine the indentation of verbatim blocks by the line with the shortest leading whitespace, rather than the whitespace of just the first line. Inspired by an equivalent approach in Mojolicious by Joel Berger.

Modules

Parse text markup into HTML
Asciidoc parser for Text::Markup
BBcode parser for Text::Markup
Creole parser for Text::Markup
HTML parser for Text::Markup
Markdown parser for Text::Markup
MediaWiki syntax parser for Text::Markup
MultiMarkdown parser for Text::Markup
Turn a file with no known markup into HTML
Pod parser for Text::Markup
reStructuredText parser for Text::Markup
Textile parser for Text::Markup
Trac wiki syntax parser for Text::Markup