Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 698 Bytes

README-mobile.md

File metadata and controls

30 lines (18 loc) · 698 Bytes

It adds math syntax support to markdown editor and preview. It uses KaTeX to render math typesetting.

Usage

LaTeX syntax

You can write equations in LaTeX syntax like this:

```math
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
```

or

$$
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
$$

It will be rendered as:

block example

Inline example:

Inline math: $\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}$

It will produce:

inline example