From 9ca69562f3460a3b725805b1aafd303e1cf7b008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 11 Feb 2025 18:46:05 +0100 Subject: [PATCH] markdown format: fix escaping #1001 --- layouts/_default/baseof.md | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.md b/layouts/_default/baseof.md index 5b5582d9e1..c08fda1b70 100644 --- a/layouts/_default/baseof.md +++ b/layouts/_default/baseof.md @@ -2,5 +2,5 @@ {{- if .RelPermalink -}} # {{ .Title }} -{{ strings.TrimLeft "\n\r\t " .RawContent }} +{{ strings.TrimLeft "\n\r\t " .RawContent | safeHTML }} {{- end }} \ No newline at end of file diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index a9801fc3e1..ee929ba8d7 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+9a66a0b26fd50c3fc5e2aa2af816328215e4a88d \ No newline at end of file +7.3.2+444b3f850cd1be1f917be0f09fa7077b06e368dd \ No newline at end of file