From 431b5fa7cece09fea87041118b6a313209ea2320 Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 20 Feb 2023 17:23:00 +0800 Subject: [PATCH] update --- layout/includes/third-party/math/mathjax.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/third-party/math/mathjax.pug b/layout/includes/third-party/math/mathjax.pug index 229d472..e1734b7 100644 --- a/layout/includes/third-party/math/mathjax.pug +++ b/layout/includes/third-party/math/mathjax.pug @@ -43,5 +43,5 @@ script. } else { MathJax.startup.document.state(0) MathJax.texReset() - MathJax.typeset() + MathJax.typesetPromise() } \ No newline at end of file