php-markdown 1.5.1-1 source package in Ubuntu

Changelog

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

  [ Viktor Szakats ]
  * use https in URLs where possible

  [ Michel Fortin ]
  * Bumped version to 1.5.1.

  [ David Prévot ]
  * Update copyright (URL)

 -- David Prévot <email address hidden>  Wed, 23 Dec 2015 10:19:25 -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.5.1-1.dsc 1.6 KiB 2b205d228f1ce02d9df5acc27e3f8a25fa9a042ede8495ebab39081fa6fe6bc4
php-markdown_1.5.1.orig.tar.gz 33.0 KiB fe971dbe96878c6ef445cc8e8f95c20f8b5a7cdc22417f53ba5b18dfeaa8077d
php-markdown_1.5.1-1.debian.tar.xz 2.8 KiB 3544f28c8bf5b739eeb7424c30dcc822c6474a4321f20d2eb974b654d2f8bcc8

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.