Skip to content

Commit c4a7596

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] [CONF] [YAML] 🐳: markdownlint config fixed.
1 parent 0eb5af1 commit c4a7596

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ MD013:
8383
tables: true
8484
# Include headings
8585
headings: true
86-
# Include headings
87-
headers: true
86+
8887
# Strict length checking
8988
strict: false
9089
# Stern length checking
@@ -117,8 +116,6 @@ MD023: true
117116

118117
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
119118
MD024:
120-
# Only check sibling headings
121-
allow_different_nesting: false
122119
# Only check sibling headings
123120
siblings_only: false
124121

@@ -214,8 +211,6 @@ MD043:
214211
headings: [
215212
"*"
216213
]
217-
# List of headings
218-
headers: []
219214
# Match case of headings
220215
match_case: false
221216

0 commit comments

Comments
 (0)