uafrica/commonmark-ext
Extended parsers and renderers for The PHP League CommonMark parser
v0.3.0
2019-01-07 14:45 UTC
Requires
- league/commonmark: ^0.18
Requires (Dev)
README
uafrica/commonmark-ext is a collection of custom parsers and renderers for the league-commonmark Markdown parsing engine, which itself is based on the CommonMark spec.
Current Custom Parsers and Renderers
- Strikethrough: Parser and Renderer. Allows users to use
~~
in order to indicate text that should be rendered within<del>
tags. To use it, add it to your environment object with$env->addExtension(new \CommonMarkExt\Strikethrough\StrikethroughExtension())
.
Installation
This project can be installed via [Composer]:
$ composer require uafrica/commonmark-ext ...
Testing
$ ./vendor/bin/phpunit ...
License
uafrica/commonmark-ext is licensed under the MIT. See the LICENSE
file for more details.