Back
Close

Math extension

You can write Math formula using the following syntax:

Math block:

```math

your formula

```

Inline formula:

inline formula: $`your formula`$

Tex and Latex syntax can be used to write a formula.

This formula:

x_{1,2} = \frac{- b \pm \sqrt{\Delta}}{2a}

Generates:

$$x_{1,2} = \frac{- b \pm \sqrt{\Delta}}{2a} $$

The library that makes this possible is MathJax. The full documentation can be found here.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io