Skip to content

aixinme/parsedown-extra

 
 

Repository files navigation

Parsedown Extra

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.

What else should I know?

I also make Nota — a notes app designed for local Markdown files.

About

Markdown Extra Extension for Parsedown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.9%
  • HTML 12.1%