Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leblanc-simon/parsedown-checkbox

An extension of Parsedown and ParsedownExtra that adds support for checkbox
https://github.com/leblanc-simon/parsedown-checkbox

markdown parsedown parsedown-extra

Last synced: 4 days ago
JSON representation

An extension of Parsedown and ParsedownExtra that adds support for checkbox

Awesome Lists containing this project

README

        

# 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