mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 20:57:49 +02:00
Markdown plugin filter disabled for site content by default
This commit is contained in:
@@ -19,7 +19,7 @@ Plugin::register( __FILE__,
|
||||
'Awilum',
|
||||
'http://monstra.org/');
|
||||
|
||||
// Add new filter
|
||||
// Uncomment code below to use Markdown on Site Content
|
||||
Filter::add('content', 'markdown', 1);
|
||||
|
||||
use \Michelf\MarkdownExtra;
|
||||
|
Reference in New Issue
Block a user