Is it possible to pre-render equations with MathJax during the website build in Github Pages?

When entering any page that uses MathJax, there seems to be a delay until the mathematical text is converted into a formatted equation. Is it possible to pre-render equations with MathJax during the website build in Guthub Pages so that the equations remain static?

Example:
chrome-capture-2024-4-30

are you sure it is the equation and not the font loading? I don’t see much difference between the 2 other than maybe a font?

If you are using a web font you can see something like this, where the system font shows initially and then the web font loads and swaps it out.

I’m using the Minima default structure with no changes. I think this is happening due to the time it takes to retrieve MathJax from the CDN. Once it loads, the equations are properly rendered.

maybe that is the fast-preview setting:

I’m not a mathjax user so not really sure about it but this sounds like what I was seeeing and I have seen equations that don’t do what you are seeing.