You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latex code I'm rendering using MathJax, runs correctly in the first render, then it will not render correctly. I guess it can be a cache problem. Any quick fix to avoid the caching is appreciated.
Sample code:
Hey this is a latex equation:
$$\begin{equation}
\{ x \mid x \text{ satisfies } P \}.
\label{eq:my_equation}
\end{equation}
$$
Steps To Reproduce
Create a new post with math: true and use the sample code as the content.
Render the page in the browser using (CMD/Control + Shift + R), everything should look fine.
Refresh the page using F5 or browser's refresh button, the rendered equation is not centered and numbered anyome.
Expected Behavior
What I expected to see in step 3:
What I actually see in step 3:
You can see that the equation is not aligned center anymore and also there is no numbering on the right side.
Checklist
How did you create the site?
Generated from
chirpy-starter
Describe the bug
The latex code I'm rendering using MathJax, runs correctly in the first render, then it will not render correctly. I guess it can be a cache problem. Any quick fix to avoid the caching is appreciated.
Sample code:
Steps To Reproduce
Expected Behavior
What I expected to see in step 3:
What I actually see in step 3:
You can see that the equation is not aligned center anymore and also there is no numbering on the right side.
Environment
Anything else?
Any quick fix would be appreciated <3
The text was updated successfully, but these errors were encountered: