[code-review] MKDoc::Text::Structured

Jean-Michel Hiver <[email protected]> Sat, 31 Jan 2004 11:55:21 +0000
Newsgroups gmane.comp.lang.perl.code-review-ladder
Message-ID <[email protected]>
Hi List,

I have released a module which converts formatted text to XHTML fragments.

http://search.cpan.org/~jhiver/MKDoc-Text-Structured-0.1/lib/MKDoc/Text/Structured.pm

It supports a few simple things such as paragraphs, sections, 
sub-sections, ordered lists, unordered lists, emphasis and strong. 
Everything is implemented using regular expressions, which should make 
it pretty fast.

Comments would be very much appreciated!

Cheers,
Jean-Michel.