in reply to Re: Dancer2 Module for Generating HTML from markdown
in thread Dancer2 Module for Generating HTML from markdown

The module uses Markdent to parse the markdown files which requires Moose. Converted files are cached so Moose is only called when a file is updated so there is no real performance hit. Although it will require more dependencies, of course. I looked at other options other than Markdent but couldn't find one that supported the GitHub dialect of markdown out of the box.

$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

  • Comment on Re^2: Dancer2 Module for Generating HTML from markdown