sundown 0.3.8

Sundown is a fast, robust Markdown parsing library for PHP5


Sundown is a fast, robust Markdown parsing library, originally created
by Natacha Porté and improved Vicent Marti.
this extension inspired Redcarpet ruby extension which created by Vicent.

PECL Sundown provides straight forward object oriented Markdown API and customizable Renders.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Changes

* bumped up 0.3.8

- fixes #28 Wired memory limit error with autolink set.
Sundown\Render\Base callbacks are able to throw exceptions.