[GH-ISSUE #451] MD029 is triggered on unordered with numbers in items #373

Closed
opened 2026-03-03 01:26:19 +03:00 by kerem · 1 comment
Owner

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:

#### Header
- 1. item
- 2. item
- 3. item

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.)

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: ``` #### Header - 1. item - 2. item - 3. item ``` 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.)
kerem closed this issue 2026-03-03 01:26:20 +03:00
Author
Owner

@rrauenza commented on GitHub (Oct 29, 2021):

Ha! I'm using the ruby version... not this one! Sorry!

<!-- gh-comment-id:954437543 --> @rrauenza commented on GitHub (Oct 29, 2021): Ha! I'm using the ruby version... not this one! Sorry!
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#373
No description provided.