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 }}