All Projects → leblanc-simon → parsedown-checkbox

leblanc-simon / parsedown-checkbox

Licence: MIT license
An extension of Parsedown and ParsedownExtra that adds support for checkbox

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to parsedown-checkbox

typecho-markdown
A markdown parse plugin for typecho.
Stars: ✭ 135 (+800%)
Mutual labels:  parsedown
parsedown-party
Markdown editing for WordPress.
Stars: ✭ 23 (+53.33%)
Mutual labels:  parsedown
laravel
Parsedown for Laravel
Stars: ✭ 71 (+373.33%)
Mutual labels:  parsedown
Perlite
A webbased markdown viewer optimized for Obsidian
Stars: ✭ 143 (+853.33%)
Mutual labels:  parsedown
ParsedownMath
LaTeX support in Parsedown
Stars: ✭ 13 (-13.33%)
Mutual labels:  parsedown

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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].