This repository has been archived on 2023-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
web/bibli/parsedown-extra
Miraty 6acd22615b Allow multiple sites generation 2021-04-05 18:32:22 +02:00
..
LICENSE.txt Allow multiple sites generation 2021-04-05 18:32:22 +02:00
ParsedownExtra.php Allow multiple sites generation 2021-04-05 18:32:22 +02:00
README.md Allow multiple sites generation 2021-04-05 18:32:22 +02:00

README.md

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.