diff options
-rw-r--r-- | config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php index 8976a385..0306ea35 100644 --- a/config.default.php +++ b/config.default.php @@ -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); |