-
Notifications
You must be signed in to change notification settings - Fork 40
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
Explicitly handle NOTE blocks in the parser #221
Comments
Depends on: #246 |
As part of this I plan to call out all the various places in the parsing algorithms where the input has syntax violations. Also editorial but very helpful for correctly logging syntax errors in browser devtools or in validators. |
Yes, that would be great. |
wow, yes
David Singer |
Do we still need to do something about this? @BenjaminSchaaf has done some intensive testing of the parser code and #246 landed |
It still isn't mentioned in the parser, so would be treated the same as an unrecognized chunk of text. |
@foolip
This is editorial but seems like a good idea to me.
The text was updated successfully, but these errors were encountered: