From 19a9c2dc908d3077114992d7a6dc37f942b364e4 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:19:42 -0700 Subject: [PATCH] Update .markdownlint-cli2.jsonc --- .markdownlint-cli2.jsonc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}