Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 483 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 483 Bytes

Parsedown Extra Plugin for Bludit

This plugin enable an extra parse that adds support for 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: