Steps to replicate the issue (include links if applicable):
- Set math rendering mode to MathML
- Enter the formula <math> B^b |\psi\rangle</math>
What happens?:
Rendered as
What should have happened instead?:
For consistency with ) it should be rendered as
Using <mo stretchy="false">⟩</mo>. This is the behavious in LaTeX and SVG mode.
Larger brackets could then be specified with \left and \right
<math> B^b \left|\psi\right\rangle</math>
Producing
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Chrome 129.
This is mentioned in https://en.wikipedia.org/w/index.php?title=Wikipedia_talk:WikiProject_Mathematics&oldid=1248043485






