From b3b71b98f7d92a84dc0d41e0a8fd5ef199d05931 Mon Sep 17 00:00:00 2001 From: Ethan Rose Date: Thu, 19 Dec 2024 16:15:34 -0500 Subject: [PATCH] Update markdownlint config --- .markdownlint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index b390d359b..c2c607a2c 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -142,3 +142,6 @@ link-image-style: # Use pipes on both ends of every line in a table. table-pipe-style: style: leading_and_trailing + +no-duplicate-heading: + siblings_only: true