in reply to Re: Dancer2 Module for Generating HTML from markdown
in thread Dancer2 Module for Generating HTML from markdown
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dancer2 Module for Generating HTML from markdown
by nysus (Parson) on Nov 05, 2018 at 21:38 UTC | |
|
Re^3: Dancer2 Module for Generating HTML from markdown
by stevieb (Canon) on Nov 06, 2018 at 18:09 UTC | |
by 1nickt (Canon) on Nov 07, 2018 at 16:23 UTC | |
by nysus (Parson) on Nov 06, 2018 at 18:39 UTC |