-
Notifications
You must be signed in to change notification settings - Fork 17
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
BadTokenizationError: An unhandled error occurred processing the document #731
Comments
Just so you know, this is near the top of the list to look at. |
...And after fixing other things in the area of this issue, finally getting to it. The assert is currently disabled and pending removal, but it prompted me to look at combinations like that, and there is a slight issue with the close ordering. added test_nested_three_unordered_block_ordered_with_blank_* tests to make sure the tokenization is going properly, This may resolve some other issues I am seeing with rules not properly handling those scenarios, thinking there is no blank line between the heading and the list. Will create new issues to track that if it ends up being the case. |
This ended up being a good issue that found 5 issues.
|
I'm getting an
pymarkdown.bad_tokenization_error.BadTokenizationError: An unhandled error occurred processing the document.
error linting one of our markdown files.Core reason is:
I create a test markdown file that triggers the error:
For some reason adding some text above
Headline 2
fixes the problem.The text was updated successfully, but these errors were encountered: