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
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.
markdownlintsupports this by checking if there is no whitespace beyond the configured line length.https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md