diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 689ad38243..f3c5f5b820 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -64,7 +64,8 @@ "MD050": { "style": "asterisk" }, - "MD051": false + "MD051": false, + "DOCSMD010": false }, "ignores": [ ".github/", @@ -75,4 +76,4 @@ "SECURITY.md", "ThirdPartyNotices.md" ] -} \ No newline at end of file +}