Convert from Mathjax v2 to v3

https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html

My MathJax Configuration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
window.MathJax = {
tex: {
inlineMath: [["$", "$"], ["$$$", "$$$"]],
displayMath: [["$$", "$$"], ["$$$$$$", "$$$$$$"]],
processEscapes: !0,
autoload: {
color: [],
colorV2: ["color"]
},
packages: {
"[+]": ["noerrors"]
}
},
options: {
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "code"],
ignoreHtmlClass: "tex2jax_ignore",
processHtmlClass: "tex2jax_process"
},
loader: {
load: ["[tex]/noerrors"]
}
}