-
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
Bug: false positive of warning ul-start-left in nested lists #478
Comments
Good catch. This was actually a weird parsing error. Added some extra tests cases, and will be releasing soon. |
Can you retry this with the new 0.9.9 and see if it fixes this issue for you? According to what I see with the above information, this looks fixed to me. |
Have not received any information in a month or so, and it looks like it is closed here. Closing. |
I just checked again, and the issue is solved; for the example file I provided above, as well as for my real-life design document. Thanks a lot @jackdewinter ! 👍🏼 |
Problem:
With the attached markdown file and pymarkdown config, the following warnings are issued:
pymarkdown_md006_false_positive_example.md
pymarkdown.json.txt
Tested with:
pymarkdownlnt==0.9.7
and the current main branch commit.Expected result:
No warnings are issued, as the indentation of the outer unordered list item is inherited from the previous paragraph.
The text was updated successfully, but these errors were encountered: