瀏覽代碼

Update example.markdownlint-cli2.jsonc

Ivan Savenko 5 月之前
父節點
當前提交
cedb577b5c
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      CI/example.markdownlint-cli2.jsonc

+ 5 - 2
CI/example.markdownlint-cli2.jsonc

@@ -272,7 +272,10 @@
 		},
 		
 		// MD058 - Tables should be surrounded by blank lines
-		"MD058" : true
+		"MD058" : true,
+
+		// MD059 - Link text should be descriptive
+		"MD059" : false
 
 	}
-}
+}