Skip to content

Commit 07f8a5d

Browse files
committed
update .markdownlint.json
1 parent 1f4935a commit 07f8a5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.markdownlint.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2+
"MD007": {
3+
"indent": 4
4+
},
25
"MD013": false,
36
"MD030": {
7+
"ul_single": 3,
8+
"ul_multi": 3,
49
"ol_single": 2,
510
"ol_multi": 2
611
},
712
"MD033": {
8-
"allowed_elements": ["br"]
13+
"allowed_elements": ["br", "img"]
914
},
1015
"MD041": false
1116
}

0 commit comments

Comments
 (0)