ponepaste/vendor/erusev/parsedown-extra
2023-05-13 23:28:23 -04:00
..
test fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
.travis.yml fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
composer.json fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
LICENSE.txt fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
ParsedownExtra.php fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
phpunit.xml.dist fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
README.md fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00

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.