Skip to content

Commit 3803826

Browse files
committed
Markdown Lint: reference muted warnings via labels, not numbers
Actually: what the previous commit lamented about not being possible... _is_ possible! Yay! Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cd1fd39 commit 3803826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.markdownlint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"MD013": false,
3-
"MD014": false
2+
"line-length": false,
3+
"commands-show-output": false
44
}

0 commit comments

Comments
 (0)