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


_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to