saminsohag / flutter_packages

9 stars 2 forks source link

I an getting this error #15

Open ZainRaza78 opened 1 week ago

ZainRaza78 commented 1 week ago

I am using gpt_markdown and getting this error. Can you fix this. image

saminsohag commented 1 week ago

gpt_markdown doesn't support equation environment. You can remove \begin{equation} and \end{equation*} from this and use \begin{aligned} .. \end{aligned} to solve this kind of error.