diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/katex.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/katex.html b/layouts/shortcodes/katex.html index e6b7564..b255cb8 100644 --- a/layouts/shortcodes/katex.html +++ b/layouts/shortcodes/katex.html @@ -7,7 +7,7 @@ {{- end -}} <span {{- with .Get "class" }} class="{{ . }}"{{ end }}> - {{- cond (in .Params "display") "\\[" "\\(" -}} + {{ cond (in .Params "display") "\\[" "\\(" -}} {{- trim .Inner "\n" -}} - {{- cond (in .Params "display") "\\]" "\\)" -}} + {{- cond (in .Params "display") "\\]" "\\)" }} </span> |