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
|
||||
markdown:
|
||||
extra: false
|
||||
auto_line_breaks: false
|
||||
auto_url_links: false
|
||||
escape_markup: false
|
||||
auto_line_breaks: true
|
||||
auto_url_links: true
|
||||
escape_markup: true
|
||||
special_chars:
|
||||
'>': gt
|
||||
'<': lt
|
||||
|
||||
Reference in New Issue
Block a user