Steps to replicate the issue (include links if applicable):
- Set Math preference to "Client side MathJax"
- Enable "Show preview without reloading the page" preference.
- Go to https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Mathematics/MathFormattingBugs
- Examine first line in table, note subitly different format
- The SVG (client-side MathJax)from user preferences is used to render the second formula. The first use fourcemathmode=mathml i.e. server side SVG, and third uses forcemathmode=native i.e. Native MathML.
- Edit the page in source edit mode.
- Initial preview is fine.
- Hit Show Preview button
- First row is now
- Note that where the Client side MathJax SVG should render, only the native MathML is rendered.
What should have happened instead?:
Render as SVG using Client side MathJax.
Other information (browser name/version, screenshots, etc.):
Browser ecosia (Chromium).

