Math API
Usage
https://math.now.sh?from=[LaTeX Math Equation]
Block notation
https://math.now.sh?from=\frac{1}{\Gamma(s)}\int_{0}^{\infty}\frac{u^{s-1}}{e^{u}-1}\mathrm{d}u
Inline notation
https://math.now.sh?inline=\frac{1}{\Gamma(s)}\int_{0}^{\infty}\frac{u^{s-1}}{e^{u}-1}\mathrm{d}u
Color
https://math.now.sh?from=\sum&color=red
HTML Example
<img src="https://math.now.sh?from=\log\prod^N_{i}x_{i}=\sum^N_i\log{x_i}" />
<img src="https://math.now.sh?inline=\log\prod^N_{i}x_{i}=\sum^N_i\log{x_i}" />
Markdown Example
![Equation 1](https://math.now.sh?from=\text{softplus}(x)=\log(1+e^x))
Online Editor
Preview
HTML
Markdown
URL
Resources
Source Code (GitHub)Author (Twitter)
Math API: LaTeX Math as SVG image - DEV Community 👩💻👨💻