diff --git a/.github/config/.markdownlint.json b/.github/config/.markdownlint.json index fec3c91..b94b73a 100644 --- a/.github/config/.markdownlint.json +++ b/.github/config/.markdownlint.json @@ -16,6 +16,11 @@ ] }, "MD014": false, + "MD043": { + "headings": [ + "*" + ] + } "MD046": { "style": "consistent" }