Source: pmarkdown Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libencode-locale-perl , libextutils-makemaker-cpanfile-perl, libjson-perl , liblist-moreutils-perl , libreadonly-perl , libscalar-list-utils-perl , libtest-simple-perl , libtest2-suite-perl , libtext-diff-perl , libunicode-casefold-perl , libyaml-pp-perl , libyaml-tiny-perl , perl Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/pmarkdown Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/pmarkdown.git Homepage: https://metacpan.org/release/Markdown-Perl Rules-Requires-Root: no Package: pmarkdown Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libencode-locale-perl, liblist-moreutils-perl, libreadonly-perl, libscalar-list-utils-perl, libunicode-casefold-perl, libyaml-tiny-perl | libyaml-pp-perl Description: configurable Markdown processor, supporting the CommonMark spec and extensions The pmarkdown script reads from standard input and writes to standard output. Both are assumed to be encoded in UTF-8. . It supports several Markdown flavours ("default", CommonMark, GitHub Flavored Markdown, original Markdown), and also provides the Markdown::Perl module for programmatical usage.