From 9130ee483aeb12db563b4605ec6435406a235846 Mon Sep 17 00:00:00 2001 From: zayn7lie Date: Mon, 15 Apr 2024 10:25:43 -0400 Subject: [PATCH] Update mdtexbug.html --- layouts/partials/article/components/mdtexbug.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/partials/article/components/mdtexbug.html b/layouts/partials/article/components/mdtexbug.html index f51f797..44a3f86 100644 --- a/layouts/partials/article/components/mdtexbug.html +++ b/layouts/partials/article/components/mdtexbug.html @@ -10,5 +10,3 @@ {{ $content = $content | replaceRE "\\_\\\\" "\\_\\" }} {{ $content = $content | replaceRE "\\\\," "\\\\,"}} - -{{ $content | .Page.RenderString | safeHTML }}