singular-it / parsedown-checkbox
Parsedown和ParsedownExtra的扩展,增加了对复选框的支持
0.3.5
2022-07-27 12:38 UTC
Requires
- erusev/parsedown: ^1.7.4
- singular-it/parsedown-extra: *
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-09-27 17:35:22 UTC
README
是ParsedownExtra和Parsedown的扩展,增加了对任务列表的支持
安装
composer require leblanc-simon/parsedown-checkbox
示例
<?php require_once __DIR__.'/vendor/autoload.php'; $parsedown = new ParsedownCheckbox(); echo $parsedown->text(' - [ ] Add a pull request - [x] Check the issues ');
输出
- 添加一个pull request
- 检查问题
许可协议
作者
Simon Leblanc contact@leblanc-simon.eu