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 0eb5af1 commit c4a7596Copy full SHA for c4a7596
.markdownlint.yaml
@@ -83,8 +83,7 @@ MD013:
83
tables: true
84
# Include headings
85
headings: true
86
- # Include headings
87
- headers: true
+
88
# Strict length checking
89
strict: false
90
# Stern length checking
@@ -117,8 +116,6 @@ MD023: true
117
116
118
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
119
MD024:
120
- # Only check sibling headings
121
- allow_different_nesting: false
122
# Only check sibling headings
123
siblings_only: false
124
@@ -214,8 +211,6 @@ MD043:
214
211
headings: [
215
212
"*"
216
213
]
217
- # List of headings
218
- headers: []
219
# Match case of headings
220
match_case: false
221
0 commit comments