Bachir Soussi Chiadmi ad38015ea9 first commit : grave core and admin plugin | 9 years ago | |
---|---|---|
.. | ||
LICENSE.txt | 9 years ago | |
ParsedownExtra.php | 9 years ago | |
README.md | 9 years ago |
An extension of Parsedown that adds support for Markdown Extra.
Include both Parsedown.php
and ParsedownExtra.php
or install the composer package.
$Extra = new ParsedownExtra();
echo $Extra->text('Hello _Extra_!'); # prints: <p>Hello <em>Extra</em>!</p>
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 if you feel generous, donate some money.