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
Hello, I found this tutorial and trying to use mathjax for my own project.
I found for the latest version `2.7.1', if there're multiple inline formulas in a single line, it doesn't work sometimes.
below is from the tutorial, which renders right in math.meta.stackexchange.com
4. For superscripts and subscripts, use ^ and _. For example, `x_i^2`: $x_i^2$, `\log_2 x`: $\log_2 x$.
But when I tried the same using 2.7.1 on my own project, it doesn't work. And if I only render one of the the 2 formulas, or split it into 2 separate lines, it works fine.