# Parsedown Checkbox An extension of [ParsedownExtra](https://github.com/erusev/parsedown-extra) and [Parsedown](http://parsedown.org/) that adds support for task list ## Installation ```bash composer require leblanc-simon/parsedown-checkbox ``` ## Example ```php text(' - [ ] Add a pull request - [x] Check the issues '); ``` Prints : - [ ] Add a pull request - [x] Check the issues ## License - [MIT](http://opensource.org/licenses/MIT) ## Author Simon Leblanc