Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Simon Leblanc abd857aafc Add class into the li markup which contains checkbox před 7 roky
test Add class into the li markup which contains checkbox před 7 roky
.gitignore First version of ParsedownCheckbox před 7 roky
LICENSE First version of ParsedownCheckbox před 7 roky
ParsedownCheckbox.php Add class into the li markup which contains checkbox před 7 roky
README.md First version of ParsedownCheckbox před 7 roky
composer.json First version of ParsedownCheckbox před 7 roky
composer.lock First version of ParsedownCheckbox před 7 roky
phpunit.xml.dist First version of ParsedownCheckbox před 7 roky

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