25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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