Sept. 22, 2026
9:02 p.m.
Hi, On Sun, Sep 20, 2026 at 06:53:50PM +0000, Ethan James Sue wrote:
Dear fellow Dillo users,
When math equations are rendered in Wikipedia, they seem to render three times. For example, in the attached screenshot, it says "p i", then the markdown "{\displaystyle p^{i}}", and then the image. I see that SVG support for Wikipedia math formulas was added in 2025, so I wonder if this is a known issue with a workaround.
Yes, is a known issue.
Any advice would be appreciated!
Try this CSS rule to hide the MathML and LaTeX output: echo '.mwe-math-mathml-a11y { display: none !important; }' >> ~/.dillo/style.css Best, Rodrigo.