leblanc-simon/parsedown-checkbox
最新稳定版本:0.2.0
Composer 安装命令:
composer require leblanc-simon/parsedown-checkbox
包简介
An extension of Parsedown and ParsedownExtra that adds support for checkbox
README 文档
README
An extension of ParsedownExtra and Parsedown that adds support for task list
Installation
composer require leblanc-simon/parsedown-checkbox
Example
<?php require_once __DIR__.'/vendor/autoload.php'; $parsedown = new ParsedownCheckbox(); echo $parsedown->text(' - [ ] Add a pull request - [x] Check the issues ');
Prints :
- Add a pull request
- Check the issues
License
Author
Simon Leblanc contact@leblanc-simon.eu
统计信息
- 总下载量: 1.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-10