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

This package is auto-updated.

Last update: 2024-03-29 02:50:15 UTC


README

Replace the default parser in Phile with the PHP-Sundown (C parser for Markdown).

1. Installation

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);