[GH-ISSUE #677] MD029 False Positive #2350

Closed
opened 2026-03-07 20:06:57 +03:00 by kerem · 1 comment
Owner

Originally created by @wildwestrom on GitHub (Dec 12, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/677

Markdownlint can tell when a line is over a certain number of characters. This is fine.
The problem is when I want to add more information to a list item than the width-limit allows.

Input: github.com/wildwestrom/ast-viewer-ui@87e8133b10/README.md

Expected: No complaints
Result: README.md:18:1 MD029/ol-prefix Ordered list item prefix [Expected: 6; Actual: 7; Style: 1/2/3]

Originally created by @wildwestrom on GitHub (Dec 12, 2022). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/677 Markdownlint can tell when a line is over a certain number of characters. This is fine. The problem is when I want to add more information to a list item than the width-limit allows. Input: https://github.com/wildwestrom/ast-viewer-ui/blob/87e8133b10d79a5d0675db2183422314095c1692/README.md Expected: No complaints Result: `README.md:18:1 MD029/ol-prefix Ordered list item prefix [Expected: 6; Actual: 7; Style: 1/2/3]`
kerem closed this issue 2026-03-07 20:06:57 +03:00
Author
Owner

@wildwestrom commented on GitHub (Dec 12, 2022):

Ok, it's working now for some reason, sorry for the garbage issue.

<!-- gh-comment-id:1347020193 --> @wildwestrom commented on GitHub (Dec 12, 2022): Ok, it's working now for some reason, sorry for the garbage issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#2350
No description provided.