Skip to content
Markdown Extra Extension for Parsedown
PHP HTML
Branch: master
Clone or download

Latest commit

Latest commit 32f6e95 Dec 29, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
test Removing this space from tests wasn't correct Apr 6, 2018
.gitattributes Add .gitattributes Mar 8, 2018
.gitignore Add .gitignore Mar 8, 2018
.travis.yml fixed Travis testing Dec 28, 2019
LICENSE.txt first commit May 13, 2014
ParsedownExtra.php version 0.8.0 Dec 29, 2019
README.md improve readme Nov 1, 2015
composer.json Merge branch 'master' of https://github.com/erusev/parsedown-extra Sep 23, 2019
phpunit.xml.dist Remove PHPUnit bootstrap in favour of composer Sep 5, 2016

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.

You can’t perform that action at this time.