Davide P. Cervone
Davide P. Cervone
@lucasvreis, I'm glad you worked out a solution. The `LIB` directory is usually created during the `processList()` call, and you are right that that occurs due to `export` commands in...
Great! Thanks for the confirmation.
Thanks for your report, and minimal example. I will make a PR to correct the issue. If you are allowing user input to be displayed, it is probably best to...
Currently, as you can see, the AsciiMath input jax has not been ported to a native v3 input jax, but instead loads the legacy v2 code and patches it in...
It's an error. In the line-breaking updates, I moved handling of `\vcenter` from the internal `TeXAtom` node to the `mrow` node, and apparently didn't handle the bounding box quite right....
OK, I found the issue. There is a function `getBaseCore()` that find the core node of the base of an `msup`, `msub`, or `msubsup` node (something like finding the core...
MathJax inserts a visually hidden MathML version of the mathematics so that assistive technology that understands mathML can use that to read the mathematical output. Browsers that have native MathML...
There are several factors that are in play, here. First, a paragraph `` has top and bottom margin by default, so there will be some space above the red background...
The `@types/mathjax` definitions seem to be for the v2 API. That has changed significantly for v3 (e.g., the `MathJax.tex2mml` and `MathJax.tex2mmlPromise()` functions are v3 and not part of v2. Also...
Since the updates were just made to the NPM packages, the newest versions of the fonts may not have made it to all the CDN edge nodes yet. It sometimes...