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 37
|
Source: libtext-markdown-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libhtml-tidy-perl <!nocheck>,
liblist-moreutils-perl <!nocheck>,
libmodule-install-perl,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtext-diff-perl <!nocheck>,
perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-markdown-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-markdown-perl.git
Homepage: https://metacpan.org/release/Text-Markdown
Package: libtext-markdown-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Suggests: libtext-multimarkdown-perl
Conflicts: markdown
Description: module to convert Markdown syntax to (X)HTML
Text::Markdown is a Perl module that provides an alternate implementation of
the Markdown implementation by John Gruber (see the markdown package). It is
a slower implementation, but better maintained.
.
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>).
|