algorithm-archivists / algorithm-archive

A collaborative book on algorithms
https://www.algorithm-archive.org
MIT License
2.38k stars 356 forks source link

Gaussian elimination equations not showing inline mathjax on Safari #997

Open ayaka-usui opened 2 years ago

ayaka-usui commented 2 years ago

Bug Report

Description

inline mathjax appears on multiple lines in safari

Screenshots

Screenshot 2022-04-02 at 12 07 10

Environment

For Algorithm Archive Developers

Amaras commented 2 years ago

Thank you for opening the issue. Sadly, MathJax rendering can be annoying, and as such I could not reproduce the glitch yet on the device I have access to.

Could you also provide more details on the Safari version, please? Can you reproduce the issue using a different browser (Firefox or Chromium/Chrome)? If not that might be a WebKit-specific issue, which will make solving it more difficult

leios commented 2 years ago

Wait, is safari webkit? If so, I can check on luakit or qutebrowser.

The bug is not present in Chrome on the same device.

leios commented 2 years ago

I can replicate this in luakit. Is this a mathjax problem or a honkit problem? I guess I am trying to see if it is actually fixable or not.

In chat, amaras said that Chromium uses a derivation of webkit, luakit / safari use webkit, and firefox uses something else (maybe gecko?).