add mhchem for easier chem formatting to mathjax
This commit is contained in:
parent
df21a094f6
commit
a011f50811
@ -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}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user