From aad8b9d10370b1dbc24ad2f4c226dd1510d7fc71 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 2 Jan 2025 20:00:23 +0300 Subject: Auto-commit 2025-01-02 --- layouts/partials/content.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content.txt b/layouts/partials/content.txt index 26a7901..b03077a 100644 --- a/layouts/partials/content.txt +++ b/layouts/partials/content.txt @@ -2,4 +2,4 @@ {{ $content := $content | replaceRE "(?s:)" "" -}} {{ $content := $content | replaceRE `\!\[.*?\]\((.*?)\)` "$1" -}} {{ $content := $content | replaceRE `\[(.*?)\]\((.*?)\)` "$1 ($2)" -}} -{{ $content }} \ No newline at end of file +{{ htmlUnescape $content | safeHTML }} \ No newline at end of file -- cgit v1.2.3