www/parsedown-extra-0.7.1
Ubergeek a777ea330a Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
..
test Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
.travis.yml Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
LICENSE.txt Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
ParsedownExtra.php Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
README.md Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
composer.json Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00
phpunit.xml.dist Beginning of site ver 3.0 2019-07-06 23:20:09 +00:00

README.md

You might also like Caret - our Markdown editor for the Desktop.

Parsedown Extra

Build Status

An extension of Parsedown that adds support for Markdown Extra.

See Demo

Installation

Include both Parsedown.php and ParsedownExtra.php or install the composer package.

Example

$Extra = new ParsedownExtra();

echo $Extra->text('# Header {.sth}'); # prints: <h1 class="sth">Header</h1>

Questions

Who uses Parsedown Extra?

October CMS, Bolt CMS, Kirby CMS, Grav CMS, Statamic CMS and more.

How can I help?

Use it, star it, share it and in case you feel generous, donate some money.