add mhchem for easier chem formatting to mathjax

This commit is contained in:
eggy 2021-01-28 21:31:24 -05:00
parent df21a094f6
commit a011f50811

View File

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