Davide P. Cervone

Results 978 comments of Davide P. Cervone

I think you are working harder than you need to, and are not taking advantage of the tools MathJax has for working with its output. A more straight-forward way to...

PS, you might also want to include ``` html mjx-container a * { text-decoration: inherit; } ``` so that the usual underline will be used for the `` example that...

Thanks for the report. This turns out to be a bug in MathJax's `Styles` object that handles parsing and re-creating style strings. I will make a PR to fix it...

This is a duplicate of mathjax/MathJax-src#1137, which is fixed in mathjax/MathJax-src#1139. It has been merged into develop, but is not yet in a release. We are readying beta.8, and it...

Thank you for the report. I will look into fixing it.

This is a duplicate of #2888 and #3216. It is fixed in v4 (currently out in beta release). The behavior in LaTeX changed in the fall of 2020 (after MathJax...

This is due to a bug in the LiteDOM handling of CSS styles for `margin`. I have made a PR to resolve the problem, but in the meantime, you can...