Skip to content

Improve line length checks #29

Description

Currently, the line-length rule reports an error for any line exceeding the configured limit (e.g., 72 characters). However, there are valid scenarios, such as pasting URLs where a line may exceed this limit and should not be flagged as an error.

markdownlint supports this by checking if there is no whitespace beyond the configured line length.

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions