mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(MathJax): parsing error after decrypting encrypted articles
This commit is contained in:
+5
-1
@@ -1158,7 +1158,11 @@ class FixIt {
|
||||
}
|
||||
|
||||
initMathJax() {
|
||||
window.MathJax?.typeset && window.MathJax.typeset();
|
||||
if (window.MathJax?.typesetPromise) {
|
||||
window.MathJax.typesetPromise().then(() => {
|
||||
// Do something else after typesetting is complete
|
||||
}).catch((err) => console.log(err.message));
|
||||
}
|
||||
}
|
||||
|
||||
initJsonViewer() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251124063901-7d530c9f" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251124071416-efeb70e1" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user