NAME
DR::SunDown - perl bindings for sundown
SYNOPSIS
use DR::SunDown;
my $markdown = `cat README.markdown`;
my $html = markdown2html $markdown;
DESCRIPTION
The library is a perl binding for C-library sundown.
EXPORTS
markdown2html(TEXT)
Converts markdown text to html.
AUTHOR
Dmitry E. Oboukhov <unera@debian.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.