From b241ef6f60b034702affffb8a9702e15a60ebbd7 Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:44:13 +0100 Subject: [PATCH] Disable MD051 --- .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",