Davide P. Cervone

Results 978 comments of Davide P. Cervone

Thanks for the report. I will make a PR to fix the problem. In the meantime, you can merge the following configuration into yours: ``` js MathJax = { startup:...

> do you know why the online demo doesn't render the spaces inside `mjx-break` in SVG mode? There is a CSP issue: the SVG font for the space is in...

I fixed the CSP on www.mathjax.org, so you should see the proper spacing in SVG output now.

This is a duplicate of your own post at #3400. The menu code hasn't changed between v3 and v4. We will look into it for the next release.

> you claimed that using a role such as "tree" instead of "application" is semantically incorrect. It is. And not just because the role is inappropriate, but because the interaction...

Yes, it is a Windows-only issue, as it is caused by the use of `\` rather than `/` in Windows file paths. I have made a PR to account for...

in the meantime, you can probably run the demos in Windows Subsystem for Linus (WSL), or in cygwin.

Closed during a review of old issues. MathJax v3 and above no longer uses `MathJax.Hub.Queue`

As a workaround for now, you can do ``` js MathJax.startup.document.state(0, true); ``` in the browser's developer console and that will remove the typeset math and restore the original notation...