Top Level :: Text
:: sundown
:: 0.2.0
sundown 0.2.0
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
Sundown is a fast, robust Markdown parsing library for PHP5 |
Maintainers |
Shuhei Tanuma <
chobieee dot php at gmail dot com >
(lead)
[details]
|
License |
PHP |
Description |
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. |
Release notes
Version 0.2.0
(beta)
|
* checks extensions and render flags value.
0.1.0b release only checks specified key exist. Now, it also checks their value.
* added useful methods.
array Sundown\Render\Base::getRenderFlags() void Sundown\Render\Base::setRenderFlags(array $render_flags)
array Sundown\Markdown::getExtensions() void Sundown\Markdown::setExtensions(array $extensions) Sundown\Render\Base Sundown\Markdown::getRender()
* update bundled Sundown library
[summary] * Fix segfault on empty link refs * Escape html inside table of contents. * hanging whitespace breaks tables |
|
Dependencies for release 0.2.0 |
|
|