Skip to content
Kristian Rekstad edited this page Dec 20, 2016 · 2 revisions

EME uses KaTex to render math symbols.

Usage

You can write inline expressions by using single $:

This expression will appear $\frac{666}{1337}$ inside this sentence.

For a block, use double $$:

$$
\frac{this}{a} \frac{is}{block}
$$

More

A list of symbols can be found at math-typesetting.md. You can view this list inside EME to see the symbols rendered.

Check out the markdown-it-katex for more info about KaTex.

Clone this wiki locally