perl-text-markdown-discount 0.11 Fast function for converting Markdown to HTML using Discount

Text::Markdown::Discount is a Perl extension to the Discount markdown implementation.

  use Text::Markdown::Discount;
  my $html = markdown($text)