corinnaSchultz
corinnaSchultz
I modified src/text-highlighter.js to add the following if statement to refineRangeBoundaries: ``` } else if (startContainer.nextSibling) { startContainer = startContainer.nextSibling; } ```
Neither of those works, unfortunately. By which I mean, when I put in some mathml, I don't get a response at all from my server. No error, or anything. I...
example mathML: ``` 1+3one plus three ```
I'll hunt down an xslt transformer then, that seems like the best option.
Is this sizing behavior documented anywhere? I looked and couldn't find anything which is why I thought it might be a bug.
OK, good to know that Tex is a de facto standard. Thanks.
Is there any way to make the size of a fraction different from the size of an exponent? I tried playing with CSS classes, and addMMLclasses=true, but that doesn't seem...
What I was being asked to do was scale exponents to .715 and fractions to .921, relative to the base font size. For example, for "3^2", the 2 would be...
Thank you for going the extra mile! I hadn't considered using the post-filter hook feature of mathjax. This gives me some ideas :)
Sorry, all I know is what Snyk says, and just wanted to let people here know, just in case.