📌 LaTex support without JavaScript

⚓ Dev    📅 2022-10-05    👤 freedit    👁️ 496      

freedit

Warning

This post was published 357 days ago. The infomation described in this article may have changed.

Thanks latex2mathml.

Test here!

https://osanshouo.github.io/latex2mathml-web/index.html

Block math

erf(x)=2π0xe-t2dt
```math
\erf ( x ) = \frac{ 2 }{ \sqrt{ \pi } } \int_0^x e^{- t^2} \, dt

Inline math

x=-b±b2-4ac2a

`$x = \frac{ - b \pm \sqrt{ b^2 - 4 a c } }{ 2 a }$`
🏷️ latex

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 }$`
3