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

Error with () on markdown code

aidyou opened this issue · comments

Like this:

M_{Total} = \displaystyle\sum_{futures=cu, al\dots }^m\bigg(\displaystyle\sum_{day=0}^n{M_{m}}\bigg)

Equation

And, how can run the program on docker?

sorry, just some markdown editor has this issue. but replace ( to %28 and ) to %29 will be better.

@insuns Thank you for the report and fixed now.

And, how can run the program on docker?

Install now via npm i -g now and run now dev to launch local instance.

Thank you very much for your help.