Davide P. Cervone

Results 663 comments of Davide P. Cervone

You are right that there should be more detail about this. MathML and TeX approach the spacing between items in very different ways. MathML inserts spacing on both sides of...

The documentation you are referring to is for v2 of MathJax. The current version is v3, which was a substantial rewrite, and the files are not the same in version...

I don't think `\mod` works differently for MathJax than for TeX. Note that `\mod` requires a parameter, in both LaTeX and MathJax, so `\mod` by itself doesn't work in either...

That would be great, thanks. I look forward to your pull request.

See [my comment](https://github.com/mathjax/MathJax-docs/commit/8c553818f9860460fc48078c4cea49b4a9709c0c#commitcomment-63174850) to your comment in the PR, which includes a potential work-around for you,

Thanks. I believe the link was intended for [this page](https://docs.mathjax.org/en/latest/options/index.html). I will fix it during the update for the next release.

Thanks for the pointer. It looks like this turns on four things: `noImplicitAny`, `noImplicitThis`, `alwaysStrict`, and `strictNullChecks`. We already have `noImplicitAny` enabled, and I don't think `noImplicitThis` or `alwaysStrict` would...

This is potentially a breaking change, so I am not going to include it in this version. The problem is that ``` ... $$ x + y % comment $$...

There should also be additional changes to actually remove all comments before processing the rest of the expression, as currently that is not being done. For example, ``` \def\xyz#1%#2{[#1][#2]} ```...

Sorry, this fell through the cracks for me. Yes, I suspect this is the known issue with Safari that you mention. There are problems with other WebKit browsers as well,...