This commit is contained in:
myw
2026-07-16 16:53:38 +08:00 Unverified
parent 6b44647d4e
commit d8942c236a
22 changed files with 263 additions and 240 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ script.
const loadMathjax = () => {
const article = document.getElementById('article-container')
if (!article) return
if (!article || article.querySelector('.hbe-container')) return
changeScriptToMath(article)
if (!window.MathJax) {