You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work now in the dev version after the last commit; the $ will just pass through as $ if it isn't followed by another $ later that fulfills the LaTeX math pattern. The regex for finding LaTeX math was causing catastrophic backtracking.
A question like:
Quiz title: Shell if
causes an infinite loop. If I remove the $ it works. I assume this is interacting with the LaTex math syntax. $$ seems to work..
I suggest adding to the documentation to point this out.
The text was updated successfully, but these errors were encountered: