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}