erusev/parsedown-extra

An extension of Parsedown that adds support for Markdown Extra.

Installs: 10 245 810

Dependents: 223

Suggesters: 18

Security: 0

Stars: 804

Watchers: 36

Forks: 124

Open Issues: 89

v2.0.0-beta-1 2022-05-21 21:46 UTC

README

You might also like Nota - 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, 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 some money.