From 09d3712f68c3e3430bc63866d657685ad5270464 Mon Sep 17 00:00:00 2001 From: zayn7lie Date: Mon, 15 Apr 2024 11:07:02 -0400 Subject: [PATCH] Delete layouts/partials/article/components/mdtexbug.html --- layouts/partials/article/components/mdtexbug.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 layouts/partials/article/components/mdtexbug.html diff --git a/layouts/partials/article/components/mdtexbug.html b/layouts/partials/article/components/mdtexbug.html deleted file mode 100644 index 44a3f86..0000000 --- a/layouts/partials/article/components/mdtexbug.html +++ /dev/null @@ -1,12 +0,0 @@ - -{{ $content := .RawContent }} - -{{ $content = $content | replaceRE "\\\\\\\\" "\\\\\\\\" }} - -{{ $content = $content | replaceRE "\\\\{" "\\\\{" }} -{{ $content = $content | replaceRE "\\\\}" "\\\\}" }} - -{{ $content = $content | replaceRE "\\_\\{" "\\_{" }} -{{ $content = $content | replaceRE "\\_\\\\" "\\_\\" }} - -{{ $content = $content | replaceRE "\\\\," "\\\\,"}}