Huxpro / Huxpro/huxpro.github.io

Mathjax display mode not working

Open
#378 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
7.6k
Forks
6.6k
Avg merge
1d 12h
Merged PRs (30d)
1

Description

![image](https://user-images.githubusercontent.com/23097437/89611010-9a213c80-d8ae-11ea-9855-2b99dd1a3949.png)
->
![image](https://user-images.githubusercontent.com/23097437/89610856-3d258680-d8ae-11ea-9cb8-27d61825c3c8.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.