using Markdown as a perl module
John Gruber
gruber at fedora.net
Wed May 12 15:23:08 EDT 2004
Angie Ahl <alists at vertebrate.co.uk> wrote on 05/12/04 at 5:50pm:
> I've just started experimenting with Markdown and thought that I could
> posisbly tie it into my own system which is all done with perl modules.
As Bob points on, Markdown.pl is not written as a proper module.
It's really only meant for standalone/plug-in use at this point. The
only reason it has "package Markdown;" at the top is to make
Blosxom's plug-in API happy.
At some point in the future, I hope to release a Markdown.pm to
CPAN. That's down the road, however.
-J.G.
More information about the Markdown-discuss
mailing list