Skip to content
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

Support not having a space after a dollar sign closing a LaTeX block #279

Open
postmath opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@postmath
Copy link

This often occurs in text such as in the $n$th iteration, .... To reproduce:

In the $n$th iteration, the size is $\frac{2}{3}$.

Expected result:

In the $n$th iteration, the size is $\frac{2}{3}$.

Actual result:

In the $n\$thiteration,thesizeis$ \frac{2}{3}$.

(Note: github requires starting the LaTeX block with dollar-backtick and ending it with backtick-dollar in this situation. Another implementation, stackedit.io, accepts this syntax without backticks; if you do include them, they get rendered.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant