Enable auto line breaks, auto URL links, and markup escaping for easier editing

This commit is contained in:
GitSync
2026-08-19 18:54:07 +00:00
parent dc749bcc6c
commit a6fcb33749
+3 -3
View File
@@ -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