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.
- 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()).
This project can be installed via [Composer]:
$ composer require uafrica/commonmark-ext
...$ ./vendor/bin/phpunit
...uafrica/commonmark-ext is licensed under the MIT. See the LICENSE file for more details.