overline does not show up for chtml output
Created by: jirilebl
Issue Summary
Using https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js (using chrome 91 on linux), "\overline" will just no show up (there is no line).
See https://www.jirka.org/badmj.html
However, moving to https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js fixes the problem
Steps to Reproduce:
- Use tex-chtml.js
- Add (\overline{A})
- See A without an overline.
- Switch to tex-svg.js
- See A with an overline.
Technical details:
- MathJax Version: 3.1.4
- Client OS: Linux PopOS 20.10
- Browser: Chrome 91.0.4472.77
Supporting information:
- Example: https://www.jirka.org/badmj.html
- No errors on the console