Davide P. Cervone
Davide P. Cervone
> I set `width: 60, linebreaks: true`, it can break lines automatically, but sometimes it will break lines automatically within 700px. Is this correct? The width is given in `ex`...
Add ``` displayAlign: 'left' ``` to the `MathJax` block of you configuration and that should do it. Also, since this is a new question, unrelated to your original one, you...
The reason for this is that MathJax sets the `fill` and `stroke` properties to `currentColor` so that the SVG will inherit the font color in the browser. That is confusing...
Please see my response to mathjax/MathJax#2780.
This appears to be a problem in the line-breaking algorithm. Can you turn that off for this example?
It is not feature complete, however, so some things don't render. E.g., menclose is not implemented, and I think horizontal stretchy characters may not be, and the spacing can be...
Either of those sound reasonable. Probably providing an option on the input jax to use the original as alttext would be good.
This turns out to be a jsdom issue (actually, a cssstyle issue). It looks like named colors were only added to cssstyle 16 days ago! Try updating your copy of...
OK, it turns out that the addition of version numbers to the js files is breaking jsdom's file loading for versions 12 and above. Adding ``` MathJax.Ajax.fileRev = function ()...
I'm not able to reproduce. What branch are you on? Also, `mo` doesn't have a `bracketbar` attribute. If it is a custom one that you have added, you should use...