phile / sundown
Replace the default parser in Phile with the PHP-Sundown (https://github.com/chobie/php-sundown) (C parser for Markdown).
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:phile-plugin
Requires
This package is auto-updated.
Last update: 2024-10-29 03:58:43 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);