chialab / math-api

➗ Serverless API to render maths using MathJax for Node.
MIT License
42 stars 8 forks source link

Math “+” sign cannot be rendered #27

Open ericliyee opened 2 years ago

ericliyee commented 2 years ago

render?input=latex&inline=1&output=png&source=(3+x)&width=512 the "+" of "(3+x)" expression can't be rendered.

FairyOwO commented 4 months ago

You need to URL-encode the "+".