Skip to content

uafrica/commonmark-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uafrica/commonmark-ext

Latest Version Software License

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.