Skip to content

PHP extension that wraps the discount Markdown library; PECL markdown package.

Notifications You must be signed in to change notification settings

cataphract/php-discount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 17, 2012
1ca7b7e · Dec 17, 2012
Jan 25, 2012
Dec 17, 2012
Dec 17, 2012
Jan 5, 2011
Oct 4, 2011
Feb 20, 2012
Feb 20, 2012
Dec 17, 2012
Jan 3, 2011
Feb 20, 2012
Dec 17, 2012
Dec 17, 2012
Dec 17, 2012
Jan 3, 2011
Dec 28, 2010
Jan 5, 2011
Jan 6, 2011
Dec 28, 2010
Dec 17, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Feb 20, 2012
Mar 25, 2012
Dec 17, 2012

Repository files navigation

Processes the Markdown language with the bundled discount library.

Markdown is a lightweight markup language created by John Gruber. It is also
the name of the original tool written in Perl that converts such markup into
HTML.

This library is a wrapper for a modified version of the discount Markdown
processor, created by David Parsons. It supports several extensions of the
original Markdown language, including smartypants-style substitutions, pandoc-
style document headers, and parts of Markdown Extra.

The modifications to discount include discarding several parts important only
to stand-alone applications that accompany the library code, better consistency
in library interface functions, thread-safety without eager initialization of
globals, usage of the Zend memory manager and support for Microsoft Windows.

Discount is available at <http://www.pell.portland.or.us/~orc/Code/discount/>.

The page of the original Markdown is available at
<http://daringfireball.net/projects/markdown/>.

About

PHP extension that wraps the discount Markdown library; PECL markdown package.

Resources

Stars

Watchers

Forks

Packages

No packages published