diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index e2da4b30c..d4af76e2c 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -7,7 +7,8 @@ MD004: MD005: true # Inconsistent indentation for list items at the same level MD022: true # Headers should be surrounded by blank lines MD023: true # Headers must start at the beginning of the line -MD024: true # Multiple headers with the same content +MD024: + siblings_only: true # Multiple headers with the same content under different nesting levels are allowed MD026: punctuation: ".,;:!" # Trailing punctuation in header MD027: true # Multiple spaces after blockquote symbol diff --git a/.idea/misc.xml b/.idea/misc.xml index de4b0333a..fdc35ea81 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,7 +7,6 @@ -