Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leblanc-simon/parsedown-checkbox
- Owner: leblanc-simon
- License: mit
- Created: 2017-05-10T03:05:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T22:10:27.000Z (about 5 years ago)
- Last Synced: 2024-10-06T10:38:22.876Z (about 1 month ago)
- Topics: markdown, parsedown, parsedown-extra
- Language: PHP
- Size: 17.6 KB
- Stars: 18
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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