phile / sundown
Replace the default parser in Phile with the PHP-Sundown (https://github.com/chobie/php-sundown) (C parser for Markdown).
dev-master
2015-01-15 15:11 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:09:24 UTC
README
Replace the default parser in Phile with the PHP-Sundown (C parser for Markdown).
1. Installation
- Install PHP-Sundown
- Install Phile
1.1 Installation (composer)
php composer.phar require phile/sundown:*
1.2 Installation (Download)
- Clone this repo into
plugins/phile/sundown
2. Activation
After you have installed the plugin. You need to add the following line to your config.php file:
$config['plugins']['phile\\sundown'] = array('active' => true);