Updated MathJax@3.2.2
Fixes:
1. MathJax@3.0.1 the location of n-th root numbers is weird
Latex: $\sqrt[4]{3 \cdot 3 \cdot 3 \cdot 3}=?$
After:

2. Underline using html tag "<u>" does not support? #336

3. Changes have been made to asciimath
. Now for functions of the form log
an extra space will not be added before (
Latex: \log \frac{x}{y^{5}}
Asciimath before: log ((x)/(y^(5)))
Asciimath after: log((x)/(y^(5)))
4. MathJax 3.2.2. Long numbered equations extend beyond the screen
5. Formulas do not shrink when the screen is reduced
Before:

After:

6. Added cases
MathJax package to support numcases
environment.
