sundown

This package is not maintained, if you would like to take over please go to this page.
No replacement provided. Contact us if you know a replacement.

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.

Maintainer

  • Shuhei Tanuma (lead )

Details

Stars: 137
Issue openned: 9
Downloads: 60578
0.3.5
12 years ago
Version 0.3.5 change log


* bumped up 0.3.5

fix #19 Autolink is broken for emails

[added constants]:
Sundown\Render\MKDA_NORMAL
Sundown\Render\MKDA_EMAIL

[changed signature]:
Sundown\Render\Base::autolink(string$link, int $type)
type should be Sundown\Render\MKDA_NORMAL or Sundown\Render\MKDA_EMAIL

requires:

  • php >=5.3.1<=6.0.0
  • pearinstaller >=1.4.0b1