Move mathjax javascript into additional file

This commit is contained in:
2025-05-25 10:48:21 +02:00
parent b8530bc227
commit 068f0fb44c
2 changed files with 7 additions and 8 deletions

6
custom.js Normal file
View File

@@ -0,0 +1,6 @@
window.MathJax = {
tex: {
tags: 'ams'
}
};