mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #677] MD029 False Positive #2350
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.mdExpected: No complaints
Result:
README.md:18:1 MD029/ol-prefix Ordered list item prefix [Expected: 6; Actual: 7; Style: 1/2/3]@wildwestrom commented on GitHub (Dec 12, 2022):
Ok, it's working now for some reason, sorry for the garbage issue.