From 27a4e844d73920d22ac663e889f829f5fc9b66c1 Mon Sep 17 00:00:00 2001 From: offa Date: Wed, 23 Mar 2022 16:31:48 +0100 Subject: [PATCH] Update markdownlint settings --- .markdownlint.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 1f61d43..34d5f9f 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,6 +1,7 @@ { "default": true, "MD007": { "indent": 4 }, - "MD033": { "allowed_elements": ["sup"]}, - "MD013": false -} \ No newline at end of file + "MD033": { "allowed_elements": ["sup"] }, + "MD013": false, + "MD024": { "siblings_only": true } +}