[GH-ISSUE #57] MD030 (list-marker-space) produces buggy warning message #1896

Closed
opened 2026-03-07 20:02:32 +03:00 by kerem · 0 comments
Owner

Originally created by @EvgenyOrekhov on GitHub (May 2, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/57

#

-

1.

The above code produces the following warnings:

3 - MD030 Spaces after list markers [Expected: 1; Actual: true]
5 - MD030 Spaces after list markers [Expected: 1; Actual: true]

Something is not right here.

The bug is reproducible on the markdownlint demo page.

Originally created by @EvgenyOrekhov on GitHub (May 2, 2017). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/57 ```md # - 1. ``` The above code produces the following warnings: ```txt 3 - MD030 Spaces after list markers [Expected: 1; Actual: true] 5 - MD030 Spaces after list markers [Expected: 1; Actual: true] ``` Something is not right here. The bug is reproducible on the [markdownlint demo](https://dlaa.me/markdownlint/) page.
kerem 2026-03-07 20:02:32 +03:00
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#1896
No description provided.