### Initial checklist - [x] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [x] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [x] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [x] I searched [issues](https://github.com/search?q=user%3Aremarkjs&type=issues) and [discussions](https://github.com/orgs/remarkjs/discussions) and couldn’t find anything (or linked relevant results below) ### Affected package `remark-lint-no-missing-blank-lines` ### Steps to reproduce https://stackblitz.com/edit/stackblitz-starters-esr5apfz?file=index.mjs Lint markdown: ``` > - item 1 > - item 2 > > paragraph ``` ### Actual behavior ``` 4:3 Unexpected `0` blank lines between nodes, expected `1` or more blank lines, add `1` blank line ``` ### Expected behavior No issue ### Runtime node 22.22.0 ### Package manager pnpm 8.15.6 ### Operating system Stackblitz ### Build and bundle tools other (please specify in steps to reproduce)
Initial checklist
Affected package
remark-lint-no-missing-blank-linesSteps to reproduce
https://stackblitz.com/edit/stackblitz-starters-esr5apfz?file=index.mjs
Lint markdown:
Actual behavior
Expected behavior
No issue
Runtime
node 22.22.0
Package manager
pnpm 8.15.6
Operating system
Stackblitz
Build and bundle tools
other (please specify in steps to reproduce)