Set default value fro MARKDOWN_ESCAPED
This commit is contained in:
parent
9a04118fcd
commit
93c286ce87
|
|
@ -129,4 +129,4 @@ define('ENABLE_HSTS', true);
|
|||
define('ENABLE_XFRAME', true);
|
||||
|
||||
// Escape html inside markdown text
|
||||
define('MARKDOWN_ESCAPED', false);
|
||||
define('MARKDOWN_ESCAPED', true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue