Davide P. Cervone

Results 978 comments of Davide P. Cervone

Here's the situation for this. In MathML, the quotation mark is considered to be a "pseudo-script" as defined in the MathML specification [section 7.2.2](https://www.w3.org/TR/MathML3/chapter7.html#chars.pseudo-scripts). In order to handle both the...

I forgot to add that you can disable the translation of `"` to U+2033 in `` elements using the following configuration: ``` js MathJax = { startup: { ready() {...

It looks like it may be related to the lazy typesetting extension. Can you try disabling that (i.e., not loading it) and see if that resolves the issue? My best...

Oh, as for the extra spacing, it looks like the linebreaking is trying to kick in and may be inserting a break after the final comma (not what it should...

I can't reproduce the error message, as the file you provide renders properly for me on MacOS with Firefox 133.0.3, and Safari 18.2, and Chrome 131.0.6778.205. Is the error you...

Ah, that is helpful. It indicates that the problem is occurring during the complexity computation used for collapsible math as part of the assistive tools. I am able to reproduce...

I don't know the svelte library, so there could be an interaction with MathJax, but I would be very surprised if what you are experiencing were MathJax's fault. I don't...

There are a couple of things going on, here. First, MathJax doesn't use MathML spacing rules by default. Rather, it tries to use TeX spacing rules unless you tell it...

Thanks for finding the issue. This function was written before the range data included a MathML node type (initially everything was put into an `mo`), and when that feature was...