Bug Description
I'm getting false postiive errors for blanks-around-lists - here's a reduce example:
# Design
**Alternatives considered:**
- Full Deno image (~350MB): Too large, slow pulls
- Alpine + Deno: Still needs runtime, ~150MB
- Cloud Run source deploy: Less control, slower builds
**Rationale:** Smallest possible image. Single static binary with no runtime
dependencies. Fast cold starts. Secure (no shell, no package manager).
**Pipeline derives GCP settings from conventions:**
- GCP project: `dmikalova-mklv` (hardcoded in pipeline)
- Cloud Run service: `{config.name}`
- Region: `us-west1` (default)
- WIF provider: known from infrastructure repo
- WIF service account:
`github-actions-deploy@dmikalova-mklv.iam.gserviceaccount.com`
**Deployment steps:**
1. Build Deno binary using `deno compile`
Steps to Reproduce
Use provided text
Expected Behavior
There are blanks around these lists so none of them should error.
Actual Behavior
Some of the lists, seemingly followed by Emphasis lines are erroring.
Environment
- MacOS 26.3
- qmark --version: quickmark-cli 1.1.0
- rustc --version: rustc 1.92.0 (ded5c06cf
Sample Input
No response
Configuration File
# Quickmark configuration
# https://github.com/ekropotin/quickmark
[linters.severity]
# Disable line length - let editors handle wrapping
line-length = "off"
# Allow inline HTML (common in GitHub READMEs, badges)
no-inline-html = "off"
# Disable blanks-around-lists - too strict for loose lists with spacing
# blanks-around-lists = "off"
# Disable emphasis style consistency - allow both * and _
emphasis-style = "off"
[ignore]
paths = [".terraform/**", "LICENSE.md", "node_modules/**"]
Additional Context
No response
Code of Conduct
Bug Description
I'm getting false postiive errors for blanks-around-lists - here's a reduce example:
Steps to Reproduce
Use provided text
Expected Behavior
There are blanks around these lists so none of them should error.
Actual Behavior
Some of the lists, seemingly followed by Emphasis lines are erroring.
Environment
Sample Input
No response
Configuration File
Additional Context
No response
Code of Conduct