Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erusev/parsedown-extra
Markdown Extra Extension for Parsedown
https://github.com/erusev/parsedown-extra
Last synced: 4 days ago
JSON representation
Markdown Extra Extension for Parsedown
- Host: GitHub
- URL: https://github.com/erusev/parsedown-extra
- Owner: erusev
- License: mit
- Created: 2014-05-13T19:13:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T09:25:00.000Z (3 months ago)
- Last Synced: 2025-01-14T22:04:05.143Z (11 days ago)
- Language: PHP
- Homepage:
- Size: 139 KB
- Stars: 824
- Watchers: 35
- Forks: 125
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- project-awesome - erusev/parsedown-extra - Markdown Extra Extension for Parsedown (PHP)
README
## Parsedown Extra
An extension of [Parsedown](http://parsedown.org) that adds support for [Markdown Extra](https://michelf.ca/projects/php-markdown/extra/).
[See Demo](http://parsedown.org/extra/)
### Installation
Include both `Parsedown.php` and `ParsedownExtra.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown-extra).
### Example
``` php
$Extra = new ParsedownExtra();echo $Extra->text('# Header {.sth}'); # prints:
Header
```### Questions
**Who uses Parsedown Extra?**
[October CMS](https://octobercms.com/), [Winter CMS](https://wintercms.com/), [Bolt CMS](https://boltcms.io/), [Kirby CMS](https://getkirby.com/), [Grav CMS](https://getgrav.org/), [Statamic CMS](https://www.statamic.com/) and [more](https://www.versioneye.com/php/erusev:parsedown-extra/references).
**How can I help?**
Use it, star it, share it and in case you feel generous, [donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=528P3NZQMP8N2).
**What else should I know?**
I also make [Nota](https://nota.md/) — a notes app designed for local Markdown files.