Skip to content

Build: Bump pymarkdownlnt from 0.9.36 to 0.9.37#16372

Merged
huaxingao merged 1 commit into
mainfrom
dependabot/pip/pymarkdownlnt-0.9.37
May 17, 2026
Merged

Build: Bump pymarkdownlnt from 0.9.36 to 0.9.37#16372
huaxingao merged 1 commit into
mainfrom
dependabot/pip/pymarkdownlnt-0.9.37

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps pymarkdownlnt from 0.9.36 to 0.9.37.

Release notes

Sourced from pymarkdownlnt's releases.

Version 0.9.37 - 2026-05-03

Sorry for the long duration between the last release and this release. Our small team was enjoying family time with our extended family, with a goal to recharge ourselves for the months ahead. In addition, we are going to try and release new versions on the first weekend of the month, to try and bring regularity to the process.

After a couple of months of internal testing, we are proud to release PML102, which raises a Rule Failure when lists contain lazy continuation lines. This was asked for by a couple of users, and we thought it was a great idea to add to PyMarkdown. As a great side effect, the testing for that new Rule uncovered a decent number of issues that we fixed as part of adding PML102.

If you find any more issues with PyMarkdown, please let us know. We are working towards cleaning up our backlog and winnow it down to a much smaller list in the next couple of months.

Added

  • Issue 979
    • Added Rule Plugin PML102 that raises Rule Failures when lists contain lazy continuation lines.

Fixed

  • Issue 1482
    • addressed weird case where a block quote, at least 4 levels of lists in, contains a new list, was generating an assert
  • Issue 1563
    • whitespace differences with new list items in nested containers
  • Issue 1564
    • extra newlines inserted
  • Issue 1566
    • change of indent in list causes issues, making calculations wrong for following elements
  • Issue 1568
    • Md046 and Md031 can both fix fenced blocks, so moved to different fix levels
    • added extra check to make sure that if two fenced code blocks are one after the other, first one fixed spacing, not both
  • Issue 1569
    • whitespace was reported in both the list and the paragraph with nested containers
  • Issue 1573
    • ContainerTokenManager not handling nested block quotes separated by lists
  • Issue 1574
    • in certain nested cases with adjusting indent of a list, the following parsing does not take that into account when calculating indentation
  • Issue 1576
    • fixed issue with Md032 not removing a list from the stack after exiting the list
  • Issue 1577
    • whitespace for block quotes within a list that has just had a new list item added that is indented 1 extra space, was not correct
  • Issue 1578
    • after correcting Issue 1577 regeneration was still not adding the proper indentation
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) from 0.9.36 to 0.9.37.
- [Release notes](https://github.com/jackdewinter/pymarkdown/releases)
- [Changelog](https://github.com/jackdewinter/pymarkdown/blob/main/changelog.md)
- [Commits](jackdewinter/pymarkdown@v0.9.36...v0.9.37)

---
updated-dependencies:
- dependency-name: pymarkdownlnt
  dependency-version: 0.9.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python labels May 17, 2026
@github-actions github-actions Bot added the docs label May 17, 2026
@huaxingao huaxingao merged commit 56ca272 into main May 17, 2026
8 checks passed
@huaxingao huaxingao deleted the dependabot/pip/pymarkdownlnt-0.9.37 branch May 17, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docs python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants