setup: mathjax config script file backup

This commit is contained in:
eggy 2020-09-11 19:57:39 -04:00
parent dede6e1113
commit 9d377033c5

5
docs/mathjax-config.js Normal file
View File

@ -0,0 +1,5 @@
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
extensions: ["MathMenu.js", "MathZoom.js"]
});