Skip to content
forked from uetchy/math-api

Put LaTeX Math equation on everywhere as <img> tag.

License

Notifications You must be signed in to change notification settings

Long0x0/math-api

 
 

Repository files navigation

Math API

workflow-badge

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

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.

About

Put LaTeX Math equation on everywhere as <img> tag.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.3%
  • JavaScript 20.2%
  • TypeScript 17.5%
  • Other 1.0%