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
Here a potential extern $...$ pair is excluded but nothing is preventing the intern pair to be taken as part of the content itself, which is indeed what ends up happening, as it's easy to check using the token and scopes inspector. I guess the inner group should be replaced by something like ([^$]+?).
Uh oh!
There was an error while loading. Please reload this page.
Bug description
is being highlighted as:
and in the preview looks like:
This is just an example. Any display math block will fail in similar ways.
Steps to reproduce
Create a qmd file with the content above. Open the math preview.
Actual behavior
As shown above.
Expected behavior
The block is correctly recognized and presented as display math.
Your environment
The text was updated successfully, but these errors were encountered: