leblanc-simon/parsedown-checkbox

Parsedown 和 ParsedownExtra 的扩展,增加了对复选框的支持

0.2.0 2019-05-30 10:47 UTC

This package is auto-updated.

Last update: 2024-09-11 14:56:15 UTC


README

ParsedownExtraParsedown 的扩展,增加了对任务列表的支持

安装

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
');

打印

  • 添加一个拉取请求
  • 检查问题

许可证

作者

Simon Leblanc contact@leblanc-simon.eu