diff --git a/layouts/partials/article/components/content.html b/layouts/partials/article/components/content.html index 61e536c..b4ba5d1 100644 --- a/layouts/partials/article/components/content.html +++ b/layouts/partials/article/components/content.html @@ -1,5 +1,8 @@
{{ $wrappedTable := printf "
${1}
" }} + {{ if or .Params.math .Site.Params.article.math }} + {{ partial "article/components/mdtexbug" . }} + {{ end }} {{ .Content | replaceRE "((?:.|\n)+?
)" $wrappedTable | safeHTML }}