How does one go about writing formulas with latex that will be parsed into maths on the forum?
Thanks
\[
\begin{align}
0 + x^2 &= 1 \\
1 &= x^2 + 0
\end{align}
\]
For inline math like \(x^2\) use ..
Wrapping in double dollars $$x^2$$ is also an option (display math)
Gracias!!!For inline math like \(x^2\) use ..
Code: Select allFor inline math like \(x^2\) use ..
I think it stopped working. I see the Latex formatting blinking shortly and disappearing.