#61, Remove need for $$ in katex shortcode

This commit is contained in:
Alex Shpak
2019-08-23 13:22:11 +02:00
parent 185e52d2f6
commit 8f1cdb6aee
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
{{ end }}
<p class="katex{{ with .Get "class" }} {{ . }}{{ end }}">
{{ .Inner }}
$$ {{ .Inner }} $$
</p>