cmark 1.0.1

CommonMark extension


This extension provides access to the reference implementation of CommonMark,
a rationalized version of Markdown syntax with a specification.

License: PHP License

Changes

- 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