Much like #23, our definition isn't quite right (lacking the "stack" boolean for mathjax's UnderOver method).
However, it turns out mathjax now has a core macro providing these - from the mathtools extension. In addition, mathtool's definition is quite a bit more involved:
https://github.com/mathjax/MathJax-src/blob/f939f2ff2c4678785e9bf3d3b17e8c6151f0ce9c/ts/input/tex/mathtools/MathtoolsMethods.ts#L289-L312
We could consider if and how to revise it here.
Much like #23, our definition isn't quite right (lacking the "stack" boolean for mathjax's UnderOver method).
However, it turns out mathjax now has a core macro providing these - from the mathtools extension. In addition, mathtool's definition is quite a bit more involved:
https://github.com/mathjax/MathJax-src/blob/f939f2ff2c4678785e9bf3d3b17e8c6151f0ce9c/ts/input/tex/mathtools/MathtoolsMethods.ts#L289-L312
We could consider if and how to revise it here.