Skip to content

Commit

Permalink
Fix an issue with Mathjax and Material's instant loading
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 13, 2023
1 parent 217bfec commit f488bb3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/src/js/arithmatex.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default (className, mode) => {
}
}
} else if (mode === 'mathjax') {
MathJax.startup.output.clearCache()
MathJax.typesetClear()
MathJax.texReset()
MathJax.typesetPromise()
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f488bb3

Please sign in to comment.