diff --git a/layouts/partials/article/components/mdtexbug.html b/layouts/partials/article/components/mdtexbug.html index 4dcb7fc..f51f797 100644 --- a/layouts/partials/article/components/mdtexbug.html +++ b/layouts/partials/article/components/mdtexbug.html @@ -8,5 +8,7 @@ {{ $content = $content | replaceRE "\\_\\{" "\\_{" }} {{ $content = $content | replaceRE "\\_\\\\" "\\_\\" }} + +{{ $content = $content | replaceRE "\\\\," "\\\\,"}} {{ $content | .Page.RenderString | safeHTML }}