فهرست منبع

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
 
 	}
-}
+}