Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uetchy/math-api

Put LaTeX Math equation on everywhere as <img> tag.
https://github.com/uetchy/math-api

api equation latex math

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Math API

[![workflow-badge]][workflow-url]

[workflow-badge]: https://github.com/uetchy/math-api/workflows/test/badge.svg
[workflow-url]: https://github.com/uetchy/math-api/actions?workflow=test

Place LaTeX Math equation on anywhere as `` tag.

- https://math.vercel.app
- [Online Editor](https://math.vercel.app/#online-editor)

## Usage

```
curl https://math.vercel.app?bgcolor=auto&from=\sum^{N}_{i}x_i
```

### HTML

```

```

```

```



### Markdown

```
![](https://math.vercel.app?bgcolor=auto&from=\LaTeX)
```

![Equation 1](https://math.vercel.app?bgcolor=auto&from=\LaTeX)

## 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](https://allcontributors.org/docs/en/emoji-key)):



uetchy

💻 🎨

Long0x0

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!