Morwenn / cpp-gray

Gray code C++ library & articles
http://morwenn.github.io/cpp-gray/
MIT License
2 stars 1 forks source link

MathJax rendering is broken on some browsers #1

Closed Morwenn closed 8 years ago

Morwenn commented 8 years ago

From what I have heard, MathJax isn't always properly displayed on some browsers for some reason. I have no idea why.

Any fix is welcome.

nabijaczleweli commented 8 years ago

Use SVG

nabijaczleweli commented 8 years ago

Use a maths font

Morwenn commented 8 years ago

I don't like using images for maths :/

Also I have no idea how to simply generate stuff in a math font from a latex-like math dialect.

nabijaczleweli commented 8 years ago

Do what wikipedia does

Morwenn commented 8 years ago

You mean not always being consistent? :D

Morwenn commented 8 years ago

Fixed by e103e30e9a6a932c182bc260ca58cf5c1f7733dc.

I was using the HTTP version of MathJax's CDN, which didn't work with browsers using the HTTPS Everywhere plugin for some reason. Switching to HTTPS did the trick.