Skip to content
Snippets Groups Projects
Commit 6bff4be0 authored by Maciej Topyla's avatar Maciej Topyla
Browse files

restore original mathjaxhelper.js

parent ae2463b2
No related branches found
No related tags found
1 merge request!39Fixing the vertical offset in inline math rendered by mathjax output/CommonHTML
Pipeline #122123 passed
MathJax.Hub.Config({ MathJax.Hub.Config({
jax: ["input/TeX" , "output/CommonHTML"], config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
tex2jax: { tex2jax: {
inlineMath: [ ['$','$'] ], inlineMath: [ ['$','$'] ],
processEscapes: true processEscapes: true
}, },
extensions: ["MathMenu.js", "MathZoom.js"] extensions: ["MathMenu.js", "MathZoom.js"]
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment