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

NAME

Text::Markdown::Hoedown::Markdown - markdown

DESCRIPTION

Note. Any API will change without notice.

METHODS

my $md = Text::Markdown::Hoedown::Markdown->new($extensions:UV, $max_nesting:UV, $callbacks:Text::Markdown::Hoedown::Renderer::*);

Create new instance.

$extensions is the bit flags, listed on Text::Markdown::Hoedown.

$max_nesting is the max nesting level.

$callbacks is the callback object. It's instance of Text::Markdown::Hoedown::Renderer::*.

my $src = $md->render($src:Str);

Render the markdown.

SEE ALSO

Text::Markdown::Hoedown