Skip to content

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

License

Notifications You must be signed in to change notification settings

ericliyee/math-api-1

 
 

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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


uetchy

💻 🎨

Long0x0

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

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.9%
  • JavaScript 19.9%
  • TypeScript 17.2%
  • Other 1.0%