The Verso exploration

2.ย Math๐Ÿ”—

Inline math:

E=mc^2

Display math:

E=mc^2

โŒ But no support for multiline math yet.

The following is a workaround inspired by lecopivo/scientific-computing-lean, and the syntax is the same as one variant of GFM for math:

f'(x) = \lim_{h โ†’ 0} \frac{f(x+h) - f(x)}{h}