{{ $content := .RawContent }} {{ if or .Params.math .Site.Params.article.math }} {{ $content = $content | replaceRE "\\\\\\\\" "\\\\\\\\" }} {{ $content = $content | replaceRE "\\\\{" "\\\\{" }} {{ $content = $content | replaceRE "\\\\}" "\\\\}" }} {{ $content = $content | replaceRE "\\_\\{" "\\_{" }} {{ $content = $content | replaceRE "\\_\\}" "\\_}" }} {{ $content = $content | replaceRE "\\_\\\\" "\\_\\" }} {{ $content = $content | replaceRE "\\\\," "\\\\,"}} {{ end }} {{ $content = $content | .Page.RenderString | safeHTML }} {{ $wrappedTable := printf "
${1}
" }} {{ $content | replaceRE "((?:.|\n)+?
)" $wrappedTable | safeHTML }}