https://bugzilla.wikimedia.org/show_bug.cgi?id=49210
Frédéric Wang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Frédéric Wang <[email protected]> --- So the "working" cases seem to produce a space while the "non-working" cases produces a no-break space  . That can be fixed easily by adding a .replace(/\u00A0/g," ") in ConvertMath of wiki2jax, or making the PHP output a space or by fixing bug 35479 and removing the wiki2jax processor. See also upstream issue https://github.com/mathjax/MathJax/issues/377 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
