From 021362d9ae1ef18e0364b8970c0ebbf3e1cfa58e Mon Sep 17 00:00:00 2001 From: Keshav Mohta Date: Sun, 6 Oct 2024 19:03:14 +0530 Subject: [PATCH] update lint rule --- .github/actions/md-lint/.markdownlint.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/actions/md-lint/.markdownlint.json b/.github/actions/md-lint/.markdownlint.json index ceeb07f..2a1fdb1 100755 --- a/.github/actions/md-lint/.markdownlint.json +++ b/.github/actions/md-lint/.markdownlint.json @@ -4,12 +4,19 @@ "style": "consistent" }, "MD029": false, - "MD033": false, + "MD033": { + "allowed_elements": [ + "summary", + "details", + "mark" + ] + }, "MD007": { "indent": 2 }, "MD013": { - "line_length": 200, + "line_length": 300, + "code_block_line_length": 100, "tables": false }, "no-hard-tabs": false,