dev-master
9999999-dev http://philecms.comReplace the default parser in Phile with the PHP-Sundown (https://github.com/chobie/php-sundown) (C parser for Markdown).
MIT
The Requires
by James Doyle
cms content phile
Replace the default parser in Phile with the PHP-Sundown (https://github.com/chobie/php-sundown) (C parser for Markdown).
Replace the default parser in Phile with the PHP-Sundown (C parser for Markdown)., (*1)
php composer.phar require phile/sundown:*
plugins/phile/sundown
After you have installed the plugin. You need to add the following line to your config.php
file:, (*2)
$config['plugins']['phile\\sundown'] = array('active' => true);
Replace the default parser in Phile with the PHP-Sundown (https://github.com/chobie/php-sundown) (C parser for Markdown).
MIT
cms content phile