Skip to content

Commit b90bac0

Browse files
committed
Add link-image-style and table-pipe-style to .markdownlint.json.
1 parent a07066f commit b90bac0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.markdownlint.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"strict": true,
2525
"code_blocks": false
2626
},
27+
"link-image-style": {
28+
"autolink": false,
29+
"inline": false,
30+
"collapsed": false,
31+
"shortcut": false
32+
},
2733
"no-duplicate-heading": {
2834
"siblings_only": true
2935
},
@@ -43,6 +49,9 @@
4349
"strong-style": {
4450
"style": "asterisk"
4551
},
52+
"table-pipe-style": {
53+
"style": "leading_and_trailing"
54+
},
4655
"ul-style": {
4756
"style": "dash"
4857
}

0 commit comments

Comments
 (0)