uetchy / math-api

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

Home Page:https://math.vercel.app

Repository from Github https://github.comuetchy/math-apiRepository from Github https://github.comuetchy/math-api

Math “+” sign cannot be rendered

ericliyee opened this issue · comments

https://math.vercel.app/?from=\sum^{N}_{i}x_i\times(4+5)
the "+" of "(4+5)" expression can't be rendered.

Hi, you have to escape everything in the URL, specially the plus sign.

See https://math.vercel.app/?from=%5Csum%5E%7BN%7D_%7Bi%7Dx_i%5Ctimes(4%2B5)&color=red

thanks a lot :-)