Skip to content

Commit cd1fd39

Browse files
committed
Fix the Markdown Lint configuration
It would have been nice to keep the indicator as to the real reason for those warnings, "MD013" really does not tell anybody anything. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f6f7847 commit cd1fd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"MD013/line-length": false,
2+
"MD013": false,
33
"MD014": false
44
}

0 commit comments

Comments
 (0)