prosemirror-equation
(install via
npm
or read more on
GitHub
)
Block equation
F_n = \begin{cases} 0 & \text{if $n=0$} \\ 1 & \text{if $n=1$} \\ F_{n-1} + F_{n-2} & \text{otherwise} \end{cases}
Inline equation
Euler's identity:
e^{i\pi} + 1 = 0