CommonMark extension
This extension provides access to the reference implementation of CommonMark,
a rationalized version of Markdown syntax with a specification.
License: PHP License
Version | Release | Download |
1.2.0 | 2019-05-27 | cmark-1.2.0.tgz |
1.1.0 | 2018-04-20 | cmark-1.1.0.tgz |
1.0.1 | 2018-04-10 | cmark-1.0.1.tgz |
1.0.0 | 2018-03-29 | cmark-1.0.0.tgz |
Version | Message |
1.2.0 |
- Fix #13 Reflection of CommonMark\CQL::__construct has no parameters - Fix #14 Reflection of CommonMark\Parse doesn't have return type - Fix #16 Reflection of CommonMark\Parser::finish doesn't have return type - Add PHP 7.4 support - Drop PHP 7.0 / 7.1 support |
1.1.0 |
- Add CQL, CommonMark Query Language: allow the programmer to navigate the document without loading entire trees or intermediate objects into memory - refcounting fixes |
1.0.1 |
- improve efficiency of visitation, only looking up functions one time for each accept() - allow returning [Event => Node] from enter/leave, providing full control over backing iterator |
1.0.0 | - initial pecl release |