erusev / parsedown-extra
An extension of Parsedown that adds support for Markdown Extra.
Installs: 3 942 819
Dependents: 199
Suggesters: 19
Security: 0
Stars: 686
Watchers: 38
Forks: 102
Open Issues: 75
Requires
- erusev/parsedown: ^1.7.4
Requires (Dev)
- phpunit/phpunit: ^4.8.35
README
You might also like Caret - our Markdown editor for the Desktop.
Parsedown Extra
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.