Skip to content

Commit 2b211a1

Browse files
authored
Merge pull request #9 from o-l-a-v/feature/disable-md-rule
Disble markdown rule about line length
2 parents 53b89b0 + b246653 commit 2b211a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.markdownlint.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"style": "consistent"
55
},
66
"MD012": true, // MD012/no-multiple-blanks : Multiple consecutive blank lines
7+
"MD013": false, // Line length
78
"MD022": true, // MD022/blanks-around-headings : Headings should be surrounded by blank lines
89
"MD024": { // MD024/no-duplicate-heading : Multiple headings with the same content
910
"siblings_only": true

0 commit comments

Comments
 (0)