Kévin Tessier 944fd76206 first commit | 6 лет назад | |
---|---|---|
.. | ||
LICENSE.txt | 6 лет назад | |
ParsedownExtra.php | 6 лет назад | |
README.md | 6 лет назад |
You might also like Caret - our Markdown editor for the Desktop.
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('# Header {.sth}'); # prints: <h1 class="sth">Header</h1>
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.