sundown

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.

Latest releases

Version Release Download
0.3.11 2014-01-02 sundown-0.3.11.tgz
0.3.10 2013-12-09 sundown-0.3.10.tgz
0.3.9 2013-12-08 sundown-0.3.9.tgz
0.3.8 2012-09-30 sundown-0.3.8.tgz
0.3.7 2012-08-11 sundown-0.3.7.tgz
Show all releases

Changelog

Version Message
0.3.11 fix segfault in sundown_render_base
0.3.10 bumped up 0.3.10.
this release for imporve windows support.

[fix]
* windows compatibility
0.3.9 bumped up 0.3.9.

next 0.4.x release will change sundown library to hoedown as sundown has been deprecated.
0.3.x releases are bug fixes only.

[improvements]
* improve readability
* use common internal `php_sundown_markdon_render` for rendering markdown.
* add various markdown test case from karlcow/markdown-testsuite
* add --enable-sundown-debug configure flag for configure option.
* add escape_html render flag
* xhtml render always overrides `xhtml` flag

[bug fix]
fix incorrect render_html flags

* filter_html
* no_images
* no_links
0.3.8 * bumped up 0.3.8

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

fixed SEGV when processing tableCell and prettify source codes.

9582b04 update contributors
1f11ace update README
497d0a4 add a space after comma.
7bc4703 fix several compile warnings
a11eb98 update CFLAGS for fix compile warnings
9a86d00 fixes #26:prevent SEGV when calling Sundwon\Base\tableCell
26b77d6 change submodule to vmg/sundown from tanoku/sundown
ee8a132 Merge pull request #24 from reeze/patch-2
0a08969 Fix build in php-src
b0adcc7 Merge pull request #23 from reeze/patch-1
ebae34b Make travis report test failure since make test didn't report exit code
Show complete changelog