Download the PHP package league/commonmark-extras without Composer
On this page you can find all versions of the php package league/commonmark-extras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download league/commonmark-extras
More information about league/commonmark-extras
Files in league/commonmark-extras
Package commonmark-extras
Short Description Useful extensions for customizing the league/commonmark Markdown parser
License BSD-3-Clause
Homepage https://github.com/thephpleague/commonmark-extras
Informations about the package commonmark-extras
league/commonmark-extras
DEPRECATED
This extension has been deprecated. All of its functionality now exists in league/commonmark
1.3+. You can either register the various extensions individually or use the GithubFlavoredMarkdownExtension
to get full GFM functionality, so you should upgrade to that version of league/commonmark
and use that instead of this one.
Overview
league/commonmark-extras is a collection of useful GFM extensions and utilities for the league/commonmark project.
Adding this extension to your project will automatically register these sub-extensions:
Extension | Purpose |
---|---|
league/commonmark-ext-autolink | Automatically creating links to URLs and email address (without needing the <...> syntax) |
league/commonmark-ext-smartpunct | Intelligently converts ASCII quotes, dashes, and ellipses to their Unicode equivalents |
league/commonmark-ext-strikethrough | Adds support for ~~strikethrough~~ syntax |
league/commonmark-ext-table | GFM-style tables |
league/commonmark-ext-task-list | GFM-style task lists - [x] Like this |
Install
Via Composer
Usage
This can be added to any new Environment
:
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Colin O'Dell
- All Contributors
License
This library is licensed under the BSD-3 license. See the LICENSE file for more information.