From d16d46132fd4017af86878d3ccefd4e02b9958de Mon Sep 17 00:00:00 2001 From: A1lo Date: Tue, 16 Jan 2024 14:40:13 +0800 Subject: [PATCH] Update .markdownlint.jsonc --- .markdownlint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index 5ffd8295895ddb..b988e217b85562 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -16,7 +16,7 @@ }, "line-length": false, "no-duplicate-heading": { - "allow_different_nesting": true + "siblings_only": true, }, "single-title": { "front_matter_title": "^\\s*title\\s*[:=]",