erusev/parsedown-extra
Parsedown Extra is a fast, lightweight PHP Markdown parser with built-in support for Markdown Extra features like tables, footnotes, definition lists, and fenced code blocks. Ideal for rendering user content safely and quickly in PHP apps.
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, 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.
How can I help you explore Laravel packages today?