From a4306c382ab8c7055c88e61701dc33f4f7e033f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 24 Oct 2024 16:46:32 +0200 Subject: [PATCH] Do not call `markdownify` in alert partial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This causes issues for links as the method doesn't have the right context to resolve them. The content is already markdownified because of the `%` syntax of the shortcode that calls it, and it has the right context. Signed-off-by: Kévin Commaille --- layouts/partials/alert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/alert.html b/layouts/partials/alert.html index 9096769f..91dd6799 100644 --- a/layouts/partials/alert.html +++ b/layouts/partials/alert.html @@ -16,5 +16,5 @@ {{ $omit_title := .omit_title }}