Enable auto line breaks, auto URL links, and markup escaping for easier editing
This commit is contained in:
+3
-3
@@ -56,9 +56,9 @@ pages:
|
|||||||
twig: true
|
twig: true
|
||||||
markdown:
|
markdown:
|
||||||
extra: false
|
extra: false
|
||||||
auto_line_breaks: false
|
auto_line_breaks: true
|
||||||
auto_url_links: false
|
auto_url_links: true
|
||||||
escape_markup: false
|
escape_markup: true
|
||||||
special_chars:
|
special_chars:
|
||||||
'>': gt
|
'>': gt
|
||||||
'<': lt
|
'<': lt
|
||||||
|
|||||||
Reference in New Issue
Block a user