mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #446] MD029 numbers over "100" #2220
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#2220
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 @telekomancer on GitHub (Oct 19, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/446
Hi i have a problem with linting:
This happen on VSCode i havent versions but this is the only info that i have:
@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.
@telekomancer commented on GitHub (Oct 20, 2021):
Actually, the entire document have the same structure:
Z
*Text Z
A
@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
@telekomancer commented on GitHub (Oct 20, 2021):
Uncomfortable, but pretty simple solution.
Thanks for your support @DavidAnson .
Warms!