From daf07ab93566a81493a0d94e71c5e5028a8b6f94 Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:01:18 +0100 Subject: [PATCH] Markdownlint: Disable MD051 (#28701) --- .markdownlint-cli2.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 3e91aa3b01d..309ce459b13 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -76,7 +76,10 @@ // Enforces asterisk syntax instead of underscore syntax "MD050": { "style": "asterisk" - } + }, + // link-fragments + // Disabled as it uses a different heading conversion algo to the TOP website + "MD051": false }, "customRules": [ "./markdownlint/TOP001_descriptiveLinkText/TOP001_descriptiveLinkText.js",