2017 © Pedro Peláez
 

library parsedown-checkbox

An extension of Parsedown and ParsedownExtra that adds support for checkbox

image

leblanc-simon/parsedown-checkbox

An extension of Parsedown and ParsedownExtra that adds support for checkbox

  • Wednesday, May 10, 2017
  • by leblanc-simon
  • Repository
  • 1 Watchers
  • 5 Stars
  • 182 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 3 Versions
  • 287 % Grown

The README.md

Parsedown Checkbox

An extension of ParsedownExtra and Parsedown that adds support for task list, (*1)

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 :, (*2)

  • [ ] Add a pull request
  • [x] Check the issues

License

Author

Simon Leblanc contact@leblanc-simon.eu, (*3)

The Versions

10/05 2017

dev-master

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

An extension of Parsedown and ParsedownExtra that adds support for checkbox

  Sources   Download

MIT

The Requires

 

parser markdown checkbox markdown extra parsedown

10/05 2017

0.0.2

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

An extension of Parsedown and ParsedownExtra that adds support for checkbox

  Sources   Download

MIT

The Requires

 

parser markdown checkbox markdown extra parsedown

10/05 2017

0.0.1

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

An extension of Parsedown and ParsedownExtra that adds support for checkbox

  Sources   Download

MIT

The Requires

 

parser markdown checkbox markdown extra parsedown