Download the PHP package league/commonmark-ext-task-list without Composer
On this page you can find all versions of the php package league/commonmark-ext-task-list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download league/commonmark-ext-task-list
More information about league/commonmark-ext-task-list
Files in league/commonmark-ext-task-list
Package commonmark-ext-task-list
Short Description Extension for league/commonmark which supports GFM-style task lists
License BSD-3-Clause
Homepage https://github.com/thephpleague/commonmark-ext-task-list
Informations about the package commonmark-ext-task-list
GFM-style task list extension for league/commonmark
DEPRECATED
This extension has been deprecated. All of its functionality now exists in league/commonmark
1.3+ under the League\CommonMark\Extension\TaskList
namespace, so you should upgrade to that version and use that bundled extension instead of this one.
Overview
This extension adds GFM-style task list items to the league/commonmark
Markdown parser for PHP.
Install
Via Composer
Usage
Configure your Environment
as usual and simply add the TaskListExtension
provided by this package:
Changelog
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.