From 61ea9bec99ddc455ea5308fc70fbf3c8f3a1e853 Mon Sep 17 00:00:00 2001 From: fsj2009yx <148683018+fsj2009yx@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:03:58 +0800 Subject: [PATCH] fix: resolve issue with comments not displaying due to KaTeX and Waline render order --- layouts/partials/article/components/math.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/article/components/math.html b/layouts/partials/article/components/math.html index bd1a7f8..e3130ab 100644 --- a/layouts/partials/article/components/math.html +++ b/layouts/partials/article/components/math.html @@ -8,6 +8,6 @@ { left: "\\(", right: "\\)", display: false }, { left: "\\[", right: "\\]", display: true } ], - ignoredClasses: ["gist"] + ignoredClasses: ["gist","waline-container"] });}) \ No newline at end of file