Skip to content

[BUGFIX] [CONF] [YAML] 🐳: markdownlint config fixed. #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2024
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