Markdent

An event-based Markdown parser toolkit
Download

Markdent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dave Rolsky
  • Publisher web site:
  • http://search.cpan.org/~drolsky/

Markdent Tags


Markdent Description

Markdent is a Perl module that provides a toolkit for parsing Markdown (and Markdown variants, aka dialects). Unlike the other Markdown Perl tools, this module can be used for more than just generating HTML. The core parser generates events (like XML's SAX), making it easy to analyze a Markdown document in any number of ways.If you're only interested in converting Markdown to HTML, you can use the Markdent::Simple::Document class to do this, although you can just as well use better battle-tested tools like Text::Markdown.See Markdent::Manual for more details on how Markdent works and how you can use it.SYNOPSIS use Markdent::Simple::Document; my $parser = Markdent::Simple::Document->new(); my $html = $parser->markdown_to_html( title => 'My Document', markdown => $markdown, );Product's homepage


Markdent Related Software