search for: markdent

Displaying 1 result from an estimated 1 matches for "markdent".

Did you mean: ardent
2009 Nov 29
0
New Markdown parser in Perl: Markdent
I've recently released a new Markdown parser in Perl, called Markdent. This differs from the existing Perl tools (and most other language tools I've seen) in that it's an event-driven parser. This lets you analyze the document in much more interesting ways, as well as cache parse results (but not HTML generation), and do other fun stuff. The module is al...