NAME
Text::Markdown::Hoedown::Callbacks - Callbacks
DESCRIPTION
Note. Any API will change without notice.
PRESETS
There is 2 presets.
my $cb = Text::Markdown::Hoedown::Callbacks->html_renderer($render_flags:UV, $toc_nesting_lvl:IV);-
Create a callback object from HTML presets. Arguments are documented on Text::Markdown::Hoedown.
my $cb = Text::Markdown::Hoedown::Callbacks->html_toc_renderer($nesting_level);-
Create a callback object from HTML TOC presets. Arguments are documented on Text::Markdown::Hoedown.