Skip to content

Commit

Permalink
Reset MathJax numbering on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 19, 2023
1 parent adf13e0 commit c5c9b19
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.texReset()
MathJax.typesetPromise()
}
}

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

Loading

0 comments on commit c5c9b19

Please sign in to comment.