From b7111d05ecf4d70707df3c223e1af4632cbb5a44 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:47:09 +0100 Subject: [PATCH] test: require language tag for code blocks Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .markdownlint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index d4f79bb5db..e4df3c8ee3 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -12,5 +12,6 @@ "no-reversed-links": true, "reference-links-images": { "shortcut_syntax": true - } + }, + "fenced-code-language": true }