-
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
https://github.com/jackdewinter/pymarkdown/issues/1132 #1133
Conversation
Reviewer's Guide by SourceryThis pull request addresses issue #1132 by adding new test cases and making several modifications to the codebase to handle edge cases in Markdown parsing, particularly around block quotes and lists. The changes include adding new test cases, modifying existing ones, and updating the core logic to handle specific scenarios more accurately. File-Level Changes
Tips
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1133 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 190 190
Lines 19986 20007 +21
Branches 2517 2523 +6
=========================================
+ Hits 19986 20007 +21 ☔ View full report in Codecov by Sentry. |
closes #1132 1132
Summary by Sourcery
This pull request addresses several issues related to the handling of nested lists and block quotes, particularly focusing on blank lines and list looseness. It includes bug fixes, enhancements to parsing logic, updates to the changelog, and additional test cases to ensure robustness.