Markdown::Pod

Convert Markdown to POD
Download

Markdown::Pod Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Keedi Kim
  • Publisher web site:
  • http://search.cpan.org/~keedi/

Markdown::Pod Tags


Markdown::Pod Description

Markdown::Pod is a Perl module that parses Markdown text and return POD text. It uses Markdent module to parse Markdown. Due to POD doesn't support blockquoted HTML tag, so quoted text of Markdown will not be handled properly. Quoted text will be converted to POD verbatim section.SYNOPSIS use Markdown::Pod; my $m2p = Markdown::Pod->new; my $pod = $m2p->markdown_to_pod( markdown => $markdown, );Product's homepage


Markdown::Pod Related Software