Anyone using Template::Plugin::MultiMarkdown?

Andrew Ford <andrew-OfKrLxNBp1iX/[email protected]> Mon, 10 Jun 2013 21:52:13 +0100
Newsgroups gmane.comp.lang.perl.modules.template-toolkit
Message-ID <[email protected]>
Is anyone using Template::Plugin::MultiMarkdown?  I ask because I picked 
up the code after not having touched it in years, and realized that the 
documentation is woefully inadequate.  The module is just a thin wrapper 
over Text::MulitMarkdown, which takes quite a few options.  The plugin 
will accept those options and pass them down to the lower level.  Is 
anyone using such features?

At the same time I have put together a wrapper around Fletcher Penny's 
multimarkdown v4, which has been rewritten in C (based on work by John 
McFarlane) and is an order of magnitude faster than the Perl version.  I 
am contemplating releasing the wrapper as a CPAN module 
(Text::MultiMarkdownXS) and basing the Template Toolkit plugin on that.

I would be interested to know if anyone has any strong feelings about 
the behaviour of the plugin.

In any case I intend putting out a new version of the MMD plugin shortly 
with more complete documentation.

Thanks
Andrew