erusev / parsedown-extra
An extension of Parsedown that adds support for Markdown Extra.
Installs: 11 348 065
Dependents: 224
Suggesters: 17
Security: 0
Stars: 819
Watchers: 35
Forks: 123
Open Issues: 90
Requires
- php: ^7.1||^8.0
- ext-mbstring: *
- erusev/parsedown: ^2.0.0|^2.0.0-beta-1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0.0
- infection/infection: ^0.25.0
- phpunit/phpunit: ^9.3.11||^8.5.21||^7.5.20
- roave/infection-static-analysis-plugin: ^1.10.0
- vimeo/psalm: ^4.10.0
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, Winter 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.
What else should I know?
I also make Nota — a notes app designed for local Markdown files.