-
-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latex rendering exception #237
Comments
One more thing, this problem only occurs in inline mode, display mode does not have this problem. And it is sensitive to braces. Removing the braces between underscores can be rendered correctly. |
Well, I think this is an issue with I found the simplest way to solve the problem was removing the
However, if I do so, markdown will not support using underline syntax Any suggestions? @Innei |
Fixed, thank you |
Well done. Thank you! |
Describe the bug
The following latex
$P(x) = a[objectObject],[objectObject],[objectObject]{n-1}x^{n-1} + \dots + a_1x + a_0$
$P(x) = a_nx^n+a_{n-1}x^{n-1} + \dots + a_1x + a_0$
will be renderer as
I think this is caused by the latex parser parsing the content between underscores
_..._
as emphasistext.I will try to fix the problem.
Reproduction
$P(x) = a_nx^n+a_{n-1}x^{n-1} + \dots + a_1x + a_0$
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: