From 16efcc6be40db9ffcc27fe9ce11b064ee110ea77 Mon Sep 17 00:00:00 2001 From: nkkko Date: Sun, 1 Sep 2024 23:46:13 +0200 Subject: [PATCH] rm line length --- .markdownlint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint.json b/.markdownlint.json index 48dc504f..6f8b6366 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -5,6 +5,7 @@ "MD003": { "style": "atx" }, // Header style (atx or setext) "MD004": { "style": "dash" }, // Unordered list style (asterisk, plus, or dash) "MD005": false, // Inconsistent indentation for list items at the same level + "MD013": false, // Line length "MD022": true, // Headings should be surrounded by blank lines "MD023": true, // Headings must start at the beginning of the line "MD026": false, // Trailing punctuation in header