[GH-ISSUE #109] MD029 doesn't allow nested unordered lists #93

Closed
opened 2026-03-03 01:23:39 +03:00 by kerem · 1 comment
Owner

Originally created by @dkniffin on GitHub (Mar 6, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/109

The rule fails with something like the following:

1. Item number one
2. Item number two
    - This is an item underneath item number two
    - Same with this
        - This is an item under "Same with this"
3. Item number three

And gives:

MD029 Ordered list item prefix
Originally created by @dkniffin on GitHub (Mar 6, 2018). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/109 The rule fails with something like the following: ```md 1. Item number one 2. Item number two - This is an item underneath item number two - Same with this - This is an item under "Same with this" 3. Item number three ``` And gives: ``` MD029 Ordered list item prefix ```
kerem closed this issue 2026-03-03 01:23:39 +03:00
Author
Owner

@dkniffin commented on GitHub (Mar 6, 2018):

Oops, wrong library lol

<!-- gh-comment-id:370927907 --> @dkniffin commented on GitHub (Mar 6, 2018): Oops, wrong library lol
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#93
No description provided.