From 11db6b06a170382ea4fd64aac1ed413b63c10394 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Wed, 7 Oct 2020 09:55:41 +0200 Subject: [PATCH] add warning blockquote --- bin/lesson_check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/lesson_check.py b/bin/lesson_check.py index 618f322..287ed5c 100644 --- a/bin/lesson_check.py +++ b/bin/lesson_check.py @@ -67,7 +67,8 @@ KNOWN_BLOCKQUOTES = { 'prereq', 'quotation', 'solution', - 'testimonial' + 'testimonial', + 'warning' } # What kinds of code fragments are allowed? -- 2.30.2