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
When the parser encounters line 3, it asserts because of the gap between the first block quote and the third block quote. The assert hit was to warn that this code had not yet hit any circumstances where we could test this and needs to be addressed.
Expected Behavior
Should cleanly parse.
The text was updated successfully, but these errors were encountered:
Prerequisites
Bug Report
Bug Type
Description
In cases where the is a list block between two block quotes, normal lines can cause an assert.
Specifics
What operating system and version are you running into this behavior on?
N/A
What version are you seeing this behavior in? (Run
pip list
orpipenv run pip list
and look for the entry besidepymarkdownlnt
.)latest, main branch
Are there any extra steps that need to be taken before executing the application?
test_extra_044mcv0
What is the command line you invoke to get this behavior?
test_extra_044mcv0
Are you using a configuration file? Either on the command line or one of the implicit configuration files? If so, attach that file to this issue.
No
What Markdown document causes this behavior to manifest? Attach that file to this issue.
Actual Behavior
When the parser encounters line 3, it asserts because of the gap between the first block quote and the third block quote. The assert hit was to warn that this code had not yet hit any circumstances where we could test this and needs to be addressed.
Expected Behavior
Should cleanly parse.
The text was updated successfully, but these errors were encountered: