1
0
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:
Sergey Romanenko
2014-08-01 09:19:46 +04:00
parent 009e32e635
commit 19e0e36eec

View File

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