mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #95] Multi-line list items items triggers MD029 #79
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#79
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 @teodorlu on GitHub (Nov 22, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/95
Hello,
Markdown allows breaking lines in list items. This improves readability when reading the source in an editor that doesn't break lines. Example:
renders quite nicely with Github:
when it passes some character limit.
handle this nicely.
... but triggers MD029 in the linter. MD029 seems to be for something else.
@teodorlu commented on GitHub (Nov 22, 2017):
Sidenote:
<br>between the lines.@DavidAnson commented on GitHub (Nov 22, 2017):
MD029 is correctly reporting here, please see: https://github.com/DavidAnson/markdownlint/issues/45
However, because this comes up occasionally, I have updated the message to try to clarify that the default numbering behavior is 1/1/1. This will be part of the next release.
@teodorlu commented on GitHub (Nov 23, 2017):
Sorry, my bad. Thanks for the clarification. Better message sounds nice!
@teodorlu commented on GitHub (Nov 23, 2017):
PS. Thanks for Insomnia! Really useful, just found out you made it!
@DavidAnson commented on GitHub (Nov 23, 2017):
😀 Thanks very much!