kiwix / kiwix-js-pwa

Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.
https://pwa.kiwix.org
GNU General Public License v3.0
190 stars 32 forks source link

MathML rendered improperly #224

Open Inbefortus opened 2 years ago

Inbefortus commented 2 years ago

20220108_202703

Jaifroid commented 2 years ago

Ah yes, thank you @Inbefortus. I have struggled a bit with MathML that includes \displaystyle directives. For some reason the KaTeX library doesn't always recognize them. I'll check the regex that deals with these to see why it isn't matching.

The workaround, until fixed, is to use the slower SVG image display for MathML (see expert settings at the bottom of Configuration).