Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

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:

x1,2=b±Δ2a

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

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content