We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c086d commit c07d44fCopy full SHA for c07d44f
.markdownlint.yaml
@@ -142,3 +142,7 @@ link-image-style:
142
# Use pipes on both ends of every line in a table.
143
table-pipe-style:
144
style: leading_and_trailing
145
+
146
+# Disallow duplicate headings at the same level under the same parent heading.
147
+no-duplicate-heading:
148
+ siblings_only: true
0 commit comments