Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* #1250 - fixes
  • Loading branch information
jackdewinter authored Nov 5, 2024
1 parent 50a1e94 commit 2a9931e
Show file tree
Hide file tree
Showing 6 changed files with 845 additions and 72 deletions.
3 changes: 3 additions & 0 deletions newdocs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
- In 3+ drop cases with only lists and no block quotes, indent is
not calculated properly on rehydrate. This in turn causes the
fixed text to be wrong.
- [Issue 1250](https://github.com/jackdewinter/pymarkdown/issues/1250)
- Batch of fixes for cases when Md031 is trying to properly space
a fenced code block after dropping 2 containers.

<!--- pyml disable-next-line no-duplicate-heading-->
### Changed
Expand Down
8 changes: 4 additions & 4 deletions publish/coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"projectName": "pymarkdown",
"reportSource": "pytest",
"branchLevel": {
"totalMeasured": 5403,
"totalCovered": 5401
"totalMeasured": 5431,
"totalCovered": 5428
},
"lineLevel": {
"totalMeasured": 21123,
"totalCovered": 21122
"totalMeasured": 21194,
"totalCovered": 21193
}
}

4 changes: 2 additions & 2 deletions publish/test-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
"totalTests": 653,
"failedTests": 0,
"errorTests": 0,
"skippedTests": 61,
"skippedTests": 59,
"elapsedTimeInMilliseconds": 0
},
{
Expand Down Expand Up @@ -1620,7 +1620,7 @@
},
{
"name": "test.test_markdown_extra",
"totalTests": 210,
"totalTests": 220,
"failedTests": 0,
"errorTests": 0,
"skippedTests": 3,
Expand Down
Loading

0 comments on commit 2a9931e

Please sign in to comment.