php-markdown 1.6.0-1 source package in Ubuntu

Changelog

php-markdown (1.6.0-1) unstable; urgency=medium

  [ Michel Fortin ]
  * Reversionned 1.5.1 as 1.6.0 to respect the versioning policy.

 -- David Prévot <email address hidden>  Sun, 27 Dec 2015 20:45:16 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-markdown_1.6.0-1.dsc 1.6 KiB 0401bd70aebe40f2e3312f269617e2dba8ec8676c504b168daa26d5970bd5dc5
php-markdown_1.6.0.orig.tar.gz 33.1 KiB 9cf27d7629c9fadda72d4992bb6174d84d4dcda16e0952e7b47b3b8f761fa3ce
php-markdown_1.6.0-1.debian.tar.xz 2.9 KiB 4b1cad89d5a10c62910babd00dd7d8b5ac8f7ef6a72d2c842965e9c183ded5db

Available diffs

No changes file available.

Binary packages built by this source

php-markdown: 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.