Skip to content

Commit 21f203c

Browse files
committed
Don't require alt-text (I'd like to re-enable this, but all the old alt-texts are rubbish)
1 parent b9d7923 commit 21f203c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

markdownlint.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"default": true,
44
"MD007": { "indent": 2 },
55
"MD013": false,
6-
"MD024": { "allow_different_nesting": true},
6+
"MD024": { "allow_different_nesting": true },
77
"MD026": { "punctuation": ".,;" },
88
"MD029": false,
99
"MD033": false,
10-
"MD046": {"style": "fenced"}
10+
"MD045": false,
11+
"MD046": { "style": "fenced" }
1112
}

0 commit comments

Comments
 (0)