summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/katex.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/katex.html')
-rw-r--r--layouts/shortcodes/katex.html2
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>