Skip to content
Snippets Groups Projects

Make mathjax default render switch to CommonHTML - enabling x-scroll on overflow on mobile

Merged Maciej Topyla requested to merge enablingsearch into master
3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
MathJax.Hub.Config({
jax: ["input/TeX", "output/SVG"],
jax: ["input/TeX", "output/CommonHTML" , "output/SVG"],
tex2jax: {
inlineMath: [ ['$','$'] ],
processEscapes: true
Loading