CommonMark API
- libcmark version >= 0.28
To install latest stable version
pecl install cmark
Use release
branch for stable version or develop
branch.
phpize
./configure --with-cmark[=DIR] [ --with-cmark-coverage ]
make
make test
Notice: without the DIR argument, the configure
script rely on pkg-config
output to locate the libcmark library.
Download DLL from the pecl page.
RPM are available in Remi's repository.
Documentation can be found in the PHP Manual