A simple math expression renderer for the microdown
# MicroMath
A simple math expression renderer for the microdown
#### Examples
| source expression | rendered image |
|---|---|
|`$=V_{i} = C_{0} - C_{3}=$`| |
|`$=a^{2} + b^{2} = c^{2}=$`||
|`$={a}/{b} + {{c}/{d}}/{e}=$`||
|`$=x={b &plusminus; &sqrt;{b^{2}-4ac}}/{2a}=$`||
|`$=lim__{δ&arrow;+0} {f(x)-f(x+δ)}/{δ}=$`||
|`$=Σ__{i=0}^^{n}i = {n(n+1)}/{2}=$`||