tzurbaev / parsedown-extra
An extension of Parsedown that adds support for Markdown Extra.
0.8.0-beta-1
2018-05-08 21:54 UTC
Requires
- php: >=5.3.6
- ext-dom: *
- ext-mbstring: *
- erusev/parsedown: ^1.8.0|^1.8.0-beta-4
Requires (Dev)
- phpunit/phpunit: ^4.8.35
README
An extension of Parsedown that adds support for Markdown Extra.
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.