From bf114930ba5685472ab4acdbb0e8ca7fac65e07b Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Wed, 23 Feb 2022 09:03:11 +0100 Subject: [PATCH] fix: fix typo in KaTeX class name (#214) --- layouts/shortcodes/katex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/katex.html b/layouts/shortcodes/katex.html index 3ab6b2f..eee26eb 100644 --- a/layouts/shortcodes/katex.html +++ b/layouts/shortcodes/katex.html @@ -10,7 +10,7 @@ {{ end }} - + {{ cond (in .Params "display") "\\[" "\\(" -}} {{- trim .Inner "\n" -}} {{- cond (in .Params "display") "\\]" "\\)" }}