-
Notifications
You must be signed in to change notification settings - Fork 115
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
Parsing issue with \note #444
Comments
A bit of a shitty one to debug... Here's a MWE
Shortened
--> issue with a code block inside a latex command. |
Ok so turns out this is a bit of a nasty one, due to the PR introducing double brace blocks there's now a two-part search for
this is easy to fix by extracting the "look for inner" part into something that's done on the vcat of blocks. fix pending I'll also add a batch of tests with nesting of latex-like commands, that stuff should be rock solid. |
The text was updated successfully, but these errors were encountered: