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 } +}