File tree 1 file changed +28
-7
lines changed
1 file changed +28
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "heading-increment" : false ,
3
- "first-header-h1" : true ,
2
+ "heading-increment" : true ,
4
3
"header-style" : {
5
4
"style" : " atx"
6
5
},
16
15
"br_spaces" : 2 ,
17
16
"list_item_empty_lines" : false
18
17
},
19
- "single-trailing-newline" : true ,
20
18
"no-hard-tabs" : {
21
19
"code_blocks" : false
22
20
},
32
30
"commands-show-output" : false ,
33
31
"no-missing-space-atx" : true ,
34
32
"no-multiple-space-atx" : true ,
33
+ "no-missing-space-closed-atx" : true ,
34
+ "no-multiple-space-closed-atx" : true ,
35
35
"blanks-around-headers" : {
36
36
"lines_above" : 1 ,
37
37
"lines_below" : 1
87
87
"no-space-in-code" : false ,
88
88
"no-space-in-links" : true ,
89
89
"fenced-code-language" : true ,
90
- "code-block-style" : {
91
- "style" : " fenced"
92
- },
93
90
"first-line-h1" : false ,
94
91
"no-empty-links" : true ,
95
92
"proper-names" : {
96
93
"names" : [],
97
- "code_blocks" : false
94
+ "code_blocks" : false ,
95
+ "html_elements" : false
96
+ },
97
+ "no-alt-text" : true ,
98
+ "code-block-style" : {
99
+ "style" : " fenced"
100
+ },
101
+ "single-trailing-newline" : true ,
102
+ "code-fence-style" : {
103
+ "style" : " backtick"
104
+ },
105
+ "emphasis-style" : {
106
+ "style" : " underscore"
107
+ },
108
+ "strong-style" : {
109
+ "style" : " asterisk"
110
+ },
111
+ "link-fragments" : true ,
112
+ "reference-links-images" : {
113
+ "shortcut_syntax" : false
114
+ },
115
+ "link-image-reference-definitions" : {
116
+ "ignored_definitions" : [
117
+ " //"
118
+ ]
98
119
}
99
120
}
You can’t perform that action at this time.
0 commit comments