File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"default" : true ,
5
5
"MD007" : { // Unordered list indentation
6
- "indent" : 4 // 4 spaces so MkDocs can render nested lists correctly
6
+ "indent" : 4 // 4 spaces so parsers ( MkDocs, Bitbucket, etc.) can render nested lists correctly
7
7
},
8
- "MD033" : false , // Allow inline JSX and custom web components
9
- "MD024" : false , // Allow duplicate headings
10
- "line-length" : {
11
- "code_block_line_length" : 120 ,
12
- "tables" : false ,
13
- "code_blocks" : false
14
- }
8
+ "MD013" : { // Line length
9
+ "code_block_line_length" : 120 , // Max length inside code blocks
10
+ "tables" : false // Do not check length inside tables
11
+ },
12
+ "MD024" : { // Allow duplicate headings
13
+ "allow_different_nesting" : true // Allow same heading level under different parents
14
+ },
15
+ "MD033" : false // Allow inline HTML and custom components
15
16
}
You can’t perform that action at this time.
0 commit comments