From b16d7b23d9da126395e52ff9cf9545939579f731 Mon Sep 17 00:00:00 2001 From: chonghe Date: Thu, 11 Apr 2024 16:37:18 +0800 Subject: [PATCH] Set MD040 to false --- book/.markdownlint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/book/.markdownlint.yml b/book/.markdownlint.yml index 40da5058b0f..e710c7db406 100644 --- a/book/.markdownlint.yml +++ b/book/.markdownlint.yml @@ -14,4 +14,8 @@ MD028: false # MD024: set siblings_only to true so that same headings with different parent headings are allowed # https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md MD024: - siblings_only: true \ No newline at end of file + siblings_only: true + +# MD040 code blocks should have a language specified: https://github.com/DavidAnson/markdownlint/blob/main/doc/md040.md +# Set to false as the help_x.md files are code blocks without a language specified, to change need to change the cli.sh file which is not desirable +MD040: false \ No newline at end of file