[GH-ISSUE #688] Documentation for "strict" and "stern" #2356

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

Originally created by @aguynamedben on GitHub (Dec 21, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/688

The line-length rule has these settings:

# MD013/line-length - Line length
MD013:
  # Strict length checking
  strict: false
  # Stern length checking
  stern: false

Is there any documentation for how "strict" and "stern" affect the behavior of the linter? Do they produce warnings, but still a 0 return code? What's the difference between "strict" and "stern"?

Originally created by @aguynamedben on GitHub (Dec 21, 2022). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/688 The `line-length` rule has these settings: ```yml # MD013/line-length - Line length MD013: # Strict length checking strict: false # Stern length checking stern: false ``` Is there any documentation for how "strict" and "stern" affect the behavior of the linter? Do they produce warnings, but still a `0` return code? What's the difference between "strict" and "stern"?
kerem 2026-03-07 20:07:01 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Dec 22, 2022):

The documentation for rule MD013 explains these (and other) parameters: https://github.com/DavidAnson/markdownlint/blob/next/doc/md013.md

<!-- gh-comment-id:1362243747 --> @DavidAnson commented on GitHub (Dec 22, 2022): The documentation for rule MD013 explains these (and other) parameters: https://github.com/DavidAnson/markdownlint/blob/next/doc/md013.md
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#2356
No description provided.