25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Simon Leblanc abd857aafc Add class into the li markup which contains checkbox 7 yıl önce
test Add class into the li markup which contains checkbox 7 yıl önce
.gitignore First version of ParsedownCheckbox 7 yıl önce
LICENSE First version of ParsedownCheckbox 7 yıl önce
ParsedownCheckbox.php Add class into the li markup which contains checkbox 7 yıl önce
README.md First version of ParsedownCheckbox 7 yıl önce
composer.json First version of ParsedownCheckbox 7 yıl önce
composer.lock First version of ParsedownCheckbox 7 yıl önce
phpunit.xml.dist First version of ParsedownCheckbox 7 yıl önce

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