[GH-ISSUE #414] MD0013 line length and tables #2192

Closed
opened 2026-03-07 20:05:26 +03:00 by kerem · 1 comment
Owner

Originally created by @peteraritchie on GitHub (Jul 30, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/414

Table rows must be on a single line so row markdown that spans the configured max column products noisy md0013 errors.

e.g.

|a|b|c|d|
|--|--|--|--|
| DateTime | UTC DateTime | Text/String | `YYYY-MM-DDThh:mm:ss:mmmZ` or `YYYY-MM-DDThh:mm:ssZ` |
Originally created by @peteraritchie on GitHub (Jul 30, 2021). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/414 Table rows must be on a single line so row markdown that spans the configured max column products noisy md0013 errors. e.g. ```markdown |a|b|c|d| |--|--|--|--| | DateTime | UTC DateTime | Text/String | `YYYY-MM-DDThh:mm:ss:mmmZ` or `YYYY-MM-DDThh:mm:ssZ` | ```
kerem 2026-03-07 20:05:26 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Jul 30, 2021):

You can set this rule's tables parameter to false to suppress violations in tables.

https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013

<!-- gh-comment-id:889963667 --> @DavidAnson commented on GitHub (Jul 30, 2021): You can set this rule's `tables` parameter to `false` to suppress violations in tables. https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013
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#2192
No description provided.