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

NAME

Markdent::Role::Simple - A role for simple markdown to html converter classes

VERSION

version 0.22

DESCRIPTION

This role implements behavior shared by all simple markdown to html converters.

REQUIRED METHODS

  • $simple->markdown_to_html(%p);

BUGS

See Markdent for bug reporting details.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Dave Rolsky.

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