Open NSoiffer opened 6 years ago
The current mglyph
implementation is somewhat more restricted than the v2 version. It doesn't currently implement the deprecated fontfamily
and index
attributes (and may not in the future). Actually, it does fontfamily
as that was available on all elements, but it doesn't do the index
attribute. So you are getting broken image icons for the missing src
attribute, and the content of the alt
attributes since the images aren't showing.
I'll look into implementing the index
attribute for the future.
I'm transferring this issue to the main MathJax issue tracker, so it is easier to locate.
Here's the code:
Here's V2's rendering:
Here's V3's rendering: