[GH-ISSUE #95] Multi-line list items items triggers MD029 #79

Closed
opened 2026-03-03 01:23:33 +03:00 by kerem · 5 comments
Owner

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:

1. **The first item** may be described by a very long line, that naturally wraps
   when it passes some character limit.
2. **The second line** thus continues, and common markdown renderers seem to
   handle this nicely.

renders quite nicely with Github:

  1. The first item may be described by a very long line, that naturally wraps
    when it passes some character limit.
  2. The second line thus continues, and common markdown renderers seem to
    handle this nicely.

... but triggers MD029 in the linter. MD029 seems to be for something else.

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: ```markdown 1. **The first item** may be described by a very long line, that naturally wraps when it passes some character limit. 2. **The second line** thus continues, and common markdown renderers seem to handle this nicely. ``` renders quite nicely with Github: 1. **The first item** may be described by a very long line, that naturally wraps when it passes some character limit. 2. **The second line** thus continues, and common markdown renderers seem to handle this nicely. ... but triggers MD029 in the linter. MD029 seems to be for something else.
kerem 2026-03-03 01:23:33 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@teodorlu commented on GitHub (Nov 22, 2017):

Sidenote:

  • Github seems to add a <br> between the lines.
  • Your live demo does not.
  • Pandoc does not.
<!-- gh-comment-id:346451119 --> @teodorlu commented on GitHub (Nov 22, 2017): Sidenote: - Github seems to add a `<br>` between the lines. - Your [live demo](https://dlaa.me/markdownlint/) does not. - Pandoc does not.
Author
Owner

@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.

<!-- gh-comment-id:346453344 --> @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.
Author
Owner

@teodorlu commented on GitHub (Nov 23, 2017):

Sorry, my bad. Thanks for the clarification. Better message sounds nice!

<!-- gh-comment-id:346553720 --> @teodorlu commented on GitHub (Nov 23, 2017): Sorry, my bad. Thanks for the clarification. Better message sounds nice!
Author
Owner

@teodorlu commented on GitHub (Nov 23, 2017):

PS. Thanks for Insomnia! Really useful, just found out you made it!

<!-- gh-comment-id:346553957 --> @teodorlu commented on GitHub (Nov 23, 2017): PS. Thanks for Insomnia! Really useful, just found out you made it!
Author
Owner

@DavidAnson commented on GitHub (Nov 23, 2017):

😀 Thanks very much!

<!-- gh-comment-id:346668173 --> @DavidAnson commented on GitHub (Nov 23, 2017): 😀 Thanks very much!
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#79
No description provided.