From a6fcb33749f4d50b269696ddb7d1a0b583056035 Mon Sep 17 00:00:00 2001 From: GitSync Date: Wed, 19 Aug 2026 18:54:07 +0000 Subject: [PATCH] Enable auto line breaks, auto URL links, and markup escaping for easier editing --- config/system.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/system.yaml b/config/system.yaml index ba6ff69..332d827 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -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