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",