mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #247] MD005: False-positive for unordered list nested in ordered list #211
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#211
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 @patrickhousley on GitHub (Jan 22, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/247
The below markdown, when linted, violates rule MD005 for the nested unordered list part. I have tried 3 and 4 spaces. The only way to make it work is to de-indent the unordered list but then it is no longer nested inside the ordered list.
@DavidAnson commented on GitHub (Jan 22, 2020):
mdlis the name used by the Ruby implementation, could you check if you’re using that? https://github.com/markdownlint/markdownlintYour sample produces no errors with the Node implementation (this project): https://dlaa.me/markdownlint/#%25m%23%20Issue%20247%0A%0A1.%20Select%20the%20Group%20or%20project%20to%20create%20the%20board.%0A1.%20Select%20%22Issues%22%20from%20Left%20Column%20menu%0A1.%20Select%20%22Board%22%20from%20Issue%20Menu%20list%0A1.%20Open%20Dropdown%20for%20Switch%20board%20at%20top%20of%20page.%0A%20%20%20%20The%20default%20is%20Developement%0A1.%20Select%20%22Create%20New%20Board%22%0A1.%20Enter%20Board%20name%0A1.%20Expand%20Board%20scope.%0A1.%20Enter%20desired%20scope.%0A%20%20%20%20-%20Milestone%0A%20%20%20%20-%20Labels%0A%20%20%20%20-%20Assignees%0A%20%20%20%20-%20Weights%0A1.%20Click%20%22Create%20Board%22%0A
@patrickhousley commented on GitHub (Jan 22, 2020):
Sorry @DavidAnson I threw this in the wrong project.
@patrickhousley commented on GitHub (Jan 22, 2020):
For reference, I moved this to an already open issue: https://github.com/markdownlint/markdownlint/issues/296