Skip to content

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

License

Notifications You must be signed in to change notification settings

PhileCMS/Sundown-Parser-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sundown-Parser-Plugin

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages