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

NAME

App::Zapzi::Transformers::TextMarkdown - transform text using Markdown

VERSION

version 0.017

DESCRIPTION

This class takes text (plain text or Markdown formatted text) and returns readable HTML using Text::Markdown.

METHODS

name

Name of transformer visible to user.

handles($content_type)

Returns true if this module handles the given content-type

transform

Converts input to readable text. Returns true if converted OK.

AUTHOR

Rupert Lane <rupert@rupert-lane.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Rupert Lane.

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