How do I add Mathematical Equations to Codecademy Docs?

I am currently working on writing up some docs for Discrete Math. I wanted to provide an example in markdown, however I am unsure about how I should format it.
Some examples I found online are:

math_exp

$ math_exp $

$$
math_exp
$$

I’m assuming it would show up on GitHub readme, but what about on Codecademy docs?
Any insight would be useful.

I couldn’t find anything specific in the contribution guide, but think enclosing in three back ticks like this would be be OK:

```
maths example
```

1 Like

Is there anything in MarkDown that is specially geared to Maths symbolism, or maybe even a plugin library? Or are we stuck with MathML?

I’m not sure if there is anything for maths symbolism, it would be nice if there is or if it could be added in.

1 Like

Yup, three back ticks works for simple algebraic expressions.