Davide P. Cervone
Davide P. Cervone
I have made a PR to resolve the issue. Since `` is supported in some browsers for only a few years, I've included code that uses the current method if...
Looks like there is some CSS that is causing the problem for the CHTML output. Try adding ``` css mjx-stretchy-h > mjx-ext { padding: 0 ! important; } ``` to...
Thanks for your issue report. You are right, there is an issue with SHIFT-TAB when there is a link (of any kind) in the expression. Here's what's happening: the element...
I've ben working on a potential solution for the handling of links. Trying to find a technique that work with tabbing but that doesn't interfere with reading the page as...
I updated the code above to include the visitor coloring, since it was not hard.
I don't have ready access to iOS 17 or 18, but I do know that MathJax v4 uses some CSS that MacOS 14 doesn't properly process, and it may be...
Yes, there is already a PR that does it. Thanks for confirming that it works. I'm hoping that we will have 4.0.1 (or probably 4.1.0) out by sometime next week.
I'm closing this in favor of #1407, which corrects the merge conflicts, improves some features, and adds tests.
You will likely not be able to do what you want with `mathjax-node`, which is an ancient hack to allow node to work with MathJax v2. The current MathJax release...
Thanks for the pointer to VirtualBuddy. That was a big help with this, and it was not a tool I was aware of. I will definitely be able to make...