Download the PHP package kirra/markdown-task-lists without Composer
On this page you can find all versions of the php package kirra/markdown-task-lists. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kirra/markdown-task-lists
More information about kirra/markdown-task-lists
Files in kirra/markdown-task-lists
Download kirra/markdown-task-lists
More information about kirra/markdown-task-lists
Files in kirra/markdown-task-lists
Vendor kirra
Package markdown-task-lists
Short Description Support Github's Task Lists in a cebe/markdown parser.
License MIT
Package markdown-task-lists
Short Description Support Github's Task Lists in a cebe/markdown parser.
License MIT
Please rate this library. Is it a good library?
Informations about the package markdown-task-lists
cebe/markdown Github Task Lists Support
A trait to extend cebe/markdown with Task Lists support.
Installation
PHP 7.1 or higher is required to use it.
Usage
To parse a Task List you need to make your own parser, and let it use
the TaskListsTrait.
Everything after the checkbox will be parsed as inline elements. So you can still apply every inline style your parser supports.
Usage in your own parser
If you build a fully custom parser, make sure it includes cebe\markdown\block\ListTrait
, as the checkbox only works
within a list.
All versions of markdown-task-lists with dependencies
PHP Build Version
Package Version
The package kirra/markdown-task-lists contains the following files
Loading the files please wait ....