From 1635bbf49f788bbc28c778d7801bc36619f1e2a8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 13 May 2025 06:25:10 +0200 Subject: [PATCH] Fix alert content markup (#38995) --- plugins/alerts.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/alerts.rb b/plugins/alerts.rb index 6178526e577..9784e8264a4 100644 --- a/plugins/alerts.rb +++ b/plugins/alerts.rb @@ -43,9 +43,9 @@ module Jekyll <<~MARKUP

#{title}

-

+

#{contents} -

+
MARKUP end