diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/katex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/katex.html b/layouts/shortcodes/katex.html index 5807c50..8f440ad 100644 --- a/layouts/shortcodes/katex.html +++ b/layouts/shortcodes/katex.html @@ -7,6 +7,6 @@ {{ end }} <p class="katex{{ with .Get "class" }} {{ . }}{{ end }}"> - {{ .Inner }} + $$ {{ .Inner }} $$ </p> |