選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Simon Leblanc abd857aafc Add class into the li markup which contains checkbox 7年前
test Add class into the li markup which contains checkbox 7年前
.gitignore First version of ParsedownCheckbox 7年前
LICENSE First version of ParsedownCheckbox 7年前
ParsedownCheckbox.php Add class into the li markup which contains checkbox 7年前
README.md First version of ParsedownCheckbox 7年前
composer.json First version of ParsedownCheckbox 7年前
composer.lock First version of ParsedownCheckbox 7年前
phpunit.xml.dist First version of ParsedownCheckbox 7年前

README.md

Parsedown Checkbox

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