OK, I dug harder into the Text::Markdown::Hoedown module which uses XS to load some C module that converts markdown to HTML. I was able to figure out how to get it to work with with "fenced" code (code surrounded by a pair to triplet backticks), which is what the GitHub markdown dialect recognizes. I'll release the next version of the module without Markdent, no Moose required.
Now I can get complaints from people who only like pure perl modules. :)
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
In reply to Re^2: Dancer2 Module for Generating HTML from markdown
by nysus
in thread Dancer2 Module for Generating HTML from markdown
by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |