Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ MD013:
tables: true
# Include headings
headings: true
# Include headings
headers: true

# Strict length checking
strict: false
# Stern length checking
Expand Down Expand Up @@ -117,8 +116,6 @@ MD023: true

# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
# Only check sibling headings
allow_different_nesting: false
# Only check sibling headings
siblings_only: false

Expand Down Expand Up @@ -214,8 +211,6 @@ MD043:
headings: [
"*"
]
# List of headings
headers: []
# Match case of headings
match_case: false

Expand Down