Text::Markdown::Hoedown::Markdown − markdown
Note. Any API will change without notice.
"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.
Text::Markdown::Hoedown