Source: php-markdown
Section: php
Priority: optional
Maintainer: Teckids Debian Task Force <tdtf@lists.teckids.org>
Uploaders: Thorsten Glaser <tg@mirbsd.de>, Dominik George <natureshadow@debian.org>
Build-Depends: debhelper (>= 11~), phpab, pkg-php-tools (>= 1.7~)
Standards-Version: 4.1.4
Homepage: https://michelf.ca/projects/php-markdown/
Vcs-Git: https://salsa.debian.org/tdtf-team/php-markdown.git
Vcs-Browser: https://salsa.debian.org/tdtf-team/php-markdown

Package: php-markdown
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: PHP library for rendering Markdown data
 This is a library package that includes the PHP Markdown parser and its
 sibling PHP Markdown Extra with additional features.
 .
 "Markdown" is actually two things: a plain text markup syntax, and a
 software tool that converts the plain text markup to HTML.
 .
 The Markdown syntax allows you to write text naturally and format it
 without using HTML tags. More importantly: in Markdown format, your text
 stays enjoyable to read for a human being, and this is true enough that
 it makes a Markdown document publishable as-is, as plain text. If you
 are using text-formatted email, you already know some part of the
 syntax.
