Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divinedominion/bludit-parsedown-extra-combined
ParsedownExtra, ParsedownExtended, plus a MultiMarkdown literature parser
https://github.com/divinedominion/bludit-parsedown-extra-combined
bludit markdown multimarkdown parsedown php
Last synced: 17 days ago
JSON representation
ParsedownExtra, ParsedownExtended, plus a MultiMarkdown literature parser
- Host: GitHub
- URL: https://github.com/divinedominion/bludit-parsedown-extra-combined
- Owner: DivineDominion
- License: mit
- Created: 2024-03-05T10:52:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T10:57:18.000Z (9 months ago)
- Last Synced: 2024-03-05T11:52:05.625Z (9 months ago)
- Topics: bludit, markdown, multimarkdown, parsedown, php
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parsedown Extra Plugin for Bludit
This plugin enable an extra parse that adds support for [Markdown Extra](https://michelf.ca/projects/php-markdown/extra/).
Installs `$GLOBALS['PARSEDOWN_TOC']` in `beforeSiteLoad` so you can request the parsed Table of Contents in sidebars etc. via:
$GLOBALS['PARSEDOWN_TOC']->contentsList();
Using:
- [Parsedown Extra](https://github.com/erusev/parsedown-extra)
- [Parsedown Extended](https://github.com/BenjaminHoegh/ParsedownExtended)