mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #451] MD029 is triggered on unordered with numbers in items #373
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#373
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 @rrauenza on GitHub (Oct 29, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/451
I have a bit of a strange use case, perhaps, but I'm doing:
This triggers MD029 even though these should be unordered.
(And the reason for this... I'm using md to store enumerated user stories, but want it parseable by testing tools. So I want the markdown to have these as lists, but I want them explicitly numbered and never renumbered.)
@rrauenza commented on GitHub (Oct 29, 2021):
Ha! I'm using the ruby version... not this one! Sorry!