1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: libpod-markdown-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libhtml-parser-perl,
libio-stringy-perl,
libtest-differences-perl,
perl,
perl (>= 5.18.0) | libpod-simple-perl (>= 3.27)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Nathan Handler <nhandler@debian.org>,
Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.7
Homepage: https://metacpan.org/release/Pod-Markdown
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpod-markdown-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-markdown-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libpod-markdown-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
perl (>= 5.18.0) | libpod-simple-perl (>= 3.27)
Recommends: libhtml-parser-perl
Description: module to convert POD to the Markdown file format
Pod::Markdown is a Perl module that parses Plain Old Documentation (POD) and
converts it into the Markdown text format. It subclasses Pod::Parser, so it
supports all of its commands, too.
.
Markdown is a markup language to convert structured text into (X)HTML. Its
main design goal is to make the input text as readable as possible. For this,
the syntax is highly inspired by the format of plain text email. Markdown
supports features like headers, *emphasis*, code blocks, blockquotes and
links. For maximum flexibility, it also allows embedding HTML tags, both
within paragraphs (eg. <span>), and at block level (<div>, <table>).
|