Add option for toggling html escapes inside markdown fields
This commit is contained in:
@@ -127,3 +127,6 @@ define('ENABLE_HSTS', true);
|
||||
|
||||
// Enable or disable "X-Frame-Options: DENY" HTTP header
|
||||
define('ENABLE_XFRAME', true);
|
||||
|
||||
// Escape html inside markdown text
|
||||
define('MARKDOWN_ESCAPED', false);
|
||||
|
||||
Reference in New Issue
Block a user