[GH-ISSUE #446] MD029 numbers over "100" #371

Closed
opened 2026-03-03 01:26:18 +03:00 by kerem · 4 comments
Owner

Originally created by @telekomancer on GitHub (Oct 19, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/446

Hi i have a problem with linting:

image

This happen on VSCode i havent versions but this is the only info that i have:

image

Originally created by @telekomancer on GitHub (Oct 19, 2021). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/446 Hi i have a problem with linting: ![image](https://user-images.githubusercontent.com/27900350/138004646-75c827da-78fa-4c19-a707-2e2ba4f4b502.png) This happen on VSCode i havent versions but this is the only info that i have: ![image](https://user-images.githubusercontent.com/27900350/138004761-27692669-3ec5-41b8-a9dc-22c9dc5140dc.png)
kerem 2026-03-03 01:26:18 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Oct 20, 2021):

My guess is that whatever is on line 517 is ending the first ordered list. Text or a comment would do that.

<!-- gh-comment-id:947210384 --> @DavidAnson commented on GitHub (Oct 20, 2021): My guess is that whatever is on line 517 is ending the first ordered list. Text or a comment would do that.
Author
Owner

@telekomancer commented on GitHub (Oct 20, 2021):

Actually, the entire document have the same structure:

imagen

  1. Z

    *Text Z

  2. A

*__Text A__
  1. B
*__Text B__
<!-- gh-comment-id:947213668 --> @telekomancer commented on GitHub (Oct 20, 2021): Actually, the entire document have the same structure: ![imagen](https://user-images.githubusercontent.com/27900350/138009329-724a18fc-db7f-4e7f-9454-5c02c578450e.png) 99. Z *__Text Z__ 100. A *__Text A__ 101. B *__Text B__
Author
Owner
<!-- gh-comment-id:947223061 --> @DavidAnson commented on GitHub (Oct 20, 2021): The content in item 100 (and later) needs to be indented an additional space in order to start in the proper column. As written, it's doing the equivalent of this which ends the first list: https://markdown-it.github.io/#md3=%7B%22source%22%3A%221.%20Text%5Cn%5Cn%20%20%20Text%5Cn%5Cn2.%20Text%5Cn%5Cn%20%20Text%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D
Author
Owner

@telekomancer commented on GitHub (Oct 20, 2021):

Uncomfortable, but pretty simple solution.

Thanks for your support @DavidAnson .

Warms!

<!-- gh-comment-id:947225151 --> @telekomancer commented on GitHub (Oct 20, 2021): Uncomfortable, but pretty simple solution. Thanks for your support @DavidAnson . Warms!
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#371
No description provided.