mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #1342] Mixing ordered and unordered lists triggers MD032 #2512
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#2512
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 @charlescoult-boeing on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1342
If I want to have a bulleted list mixed in with a numbered list (unordered sub-items of an item in an ordered list), the linter sees them as two separate lists. Is it possible to configure the linter to allow mixed lists so that I don't have to turn of MD032?
@nschonni commented on GitHub (Aug 29, 2024):
The unoreded list doesn't look like it's indented enough. It would need to start at least 3 spaces in, if it's supposed to be part of the list time
@DavidAnson commented on GitHub (Aug 29, 2024):
Thanks, Nick. @charlescoult-boeing, the relevant part of the specification is here (especially examples 255-258): https://spec.commonmark.org/0.31.2/#list-items