We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07066f commit b90bac0Copy full SHA for b90bac0
.markdownlint.json
@@ -24,6 +24,12 @@
24
"strict": true,
25
"code_blocks": false
26
},
27
+ "link-image-style": {
28
+ "autolink": false,
29
+ "inline": false,
30
+ "collapsed": false,
31
+ "shortcut": false
32
+ },
33
"no-duplicate-heading": {
34
"siblings_only": true
35
@@ -43,6 +49,9 @@
43
49
"strong-style": {
44
50
"style": "asterisk"
45
51
52
+ "table-pipe-style": {
53
+ "style": "leading_and_trailing"
54
46
55
"ul-style": {
47
56
"style": "dash"
48
57
}
0 commit comments