Huxpro / Huxpro/huxpro.github.io
Mathjax display mode not working
- Dominant language
- HTML
- Stars
- 7.6k
- Forks
- 6.6k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 1
Description

->

mathjax_support.html:
```
MathJax.Hub.Config({
TeX: {
equationNumbers: {
autoNumber: "AMS"
}
},
SVG: {
scale: 90
},
tex2jax: {
inlineMath: [ ['$','$'] ],
displayMath: [ ['$$','$$'], ['[[', ']]'] ],
processEscapes: true,
}
});
```
Why is the double dollar delimiter not working?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.