fix: resolve issue with comments not displaying due to KaTeX and Waline render order

This commit is contained in:
fsj2009yx 2024-12-10 14:03:58 +08:00 committed by GitHub
parent 839fbd0ecb
commit 61ea9bec99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,6 @@
{ left: "\\(", right: "\\)", display: false },
{ left: "\\[", right: "\\]", display: true }
],
ignoredClasses: ["gist"]
ignoredClasses: ["gist","waline-container"]
});})
</script>