2
0
Fork 0
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Simon Leblanc abd857aafc Add class into the li markup which contains checkbox 7 anos atrás
test Add class into the li markup which contains checkbox 7 anos atrás
.gitignore First version of ParsedownCheckbox 7 anos atrás
LICENSE First version of ParsedownCheckbox 7 anos atrás
ParsedownCheckbox.php Add class into the li markup which contains checkbox 7 anos atrás
README.md First version of ParsedownCheckbox 7 anos atrás
composer.json First version of ParsedownCheckbox 7 anos atrás
composer.lock First version of ParsedownCheckbox 7 anos atrás
phpunit.xml.dist First version of ParsedownCheckbox 7 anos atrás

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