cortex-js / cortexjs.io

Source for the cortexjs.io website
http://cortexjs.io/
48 stars 18 forks source link

Math fields not rendering correctly on home page #26

Open WildYellowfin opened 1 year ago

WildYellowfin commented 1 year ago

Screenshot 2023-02-17 at 13 28 44 Tested on Firefox and chrome, OSX 12.6. Was fine yesterday.

Network shows no attempt to fetch https://unpkg.com/mathlive/dist/mathlive.mjs

Demo page works fine

arnog commented 1 year ago

Thanks! Fixed now.

WildYellowfin commented 1 year ago

@arnog just noticing there seems to be missing imports on "Latex Commands"

arnog commented 1 year ago

Oops... Yes, it was missing added now.

I just updated cortexjs.io to not load MathLive on every single page (some pages don't use it). I tried to add it explicitly on those pages that do need it, but I may have missed a few more. Let me know if you see anything else wrong. Thanks!