/math-api

Place LaTeX Math equation on anywhere as <img> tag.

Primary LanguageHTMLOtherNOASSERTION

Math API

workflow-badge

Place LaTeX Math equation on anywhere as <img> tag.

https://math.now.sh

Usage

curl https://math.now.sh?from=\sum^{N}_{i}x_i

HTML

<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

![](https://math.now.sh?from=\LaTeX)

Equation 1

Option

.svg extension

URL ends with .svg extension will be treated as a normal math formula.

Some Markdown blog services won't treat image tags correctly whose URL has no any image extension in it. This option may give fixes to these situations.