Skip to content

erusev/parsedown-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

acebd17 · Nov 3, 2024
Oct 17, 2024
Apr 6, 2018
Mar 8, 2018
Nov 2, 2024
May 13, 2014
Oct 17, 2024
Sep 29, 2024
Nov 2, 2024
Oct 17, 2024

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.