[pull] master from executablebooks:master by pull[bot] · Pull Request #10 · sysfce2/python-mdit_py_plugins · GitHub
Skip to content

[pull] master from executablebooks:master#10

Merged
pull[bot] merged 2 commits into
sysfce2:masterfrom
executablebooks:master
May 13, 2026
Merged

[pull] master from executablebooks:master#10
pull[bot] merged 2 commits into
sysfce2:masterfrom
executablebooks:master

Conversation

@pull

@pull pull Bot commented May 13, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

#139)

Field lists inside list items (or other indented containers) would
recursively nest each field inside the previous one, instead of being
siblings. The body-indent scanner compared `tShift` against 0, which
doesn't account for the parent block's indentation (`blkIndent`).

Changed the check to `state.tShift[_line] <= state.blkIndent` so the
comparison is relative to the containing block's indent.

Fixes executablebooks/MyST-Parser#1108
@pull pull Bot locked and limited conversation to collaborators May 13, 2026
@pull pull Bot added the ⤵️ pull label May 13, 2026
@pull pull Bot merged commit da70e05 into sysfce2:master May 13, 2026
5 of 6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant