LaTex support without JavaScript
⚓ Dev 📅 2022-10-05 👤 freedit 👁️ 364Thanks latex2mathml.
Test here!
https://osanshouo.github.io/latex2mathml-web/index.html
Block math
```math \erf ( x ) = \frac{ 2 }{ \sqrt{ \pi } } \int_0^x e^{- t^2} \, dt
Inline math
`$x = \frac{ - b \pm \sqrt{ b^2 - 4 a c } }{ 2 a }$`🏷️ latex
👍 2
👎
freedit 2022-12-26 👍 1 👎 [op]
@testingnow #2 just use
block
```math
\erf ( x ) = \frac{ 2 }{ \sqrt{ \pi } } \int_0^x e^{- t^2} \, dt
inline:
`$x = \frac{ - b \pm \sqrt{ b^2 - 4 a c } }{ 2 a }$`