LaTex support without JavaScript

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

freedit

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
👍 󠁮󠁮󠁮󠁮 2 👎 󠁮󠁮󠁮󠁮

username    2022-10-15 👍 👎

great.

1

testingnow    2022-12-26 👍 👎

How can we make a post like this ? Thank you.

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