-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Markdown parsing of $)
fails in 1.10alpha
#332
Comments
I guess there are two separate problems:
|
I think i ran into this (or something very similar), here are the logs i see
|
@nickrobinson251 can you reproduce that issue with JuliaSyntax 0.4.6? |
I've double checked all @nickrobinson251's examples. They're all cases of the same thing which is resolved at this point. |
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed on Slack:
Noticed this when runnning some old code that had a Value (million US$) in a mardown block. In 1.9:
in 1.10:
I can work around this by escaping the $ but I guess it's a regression from the old parser.
The text was updated successfully, but these errors were encountered: