add warning blockquote
authorFrançois Michonneau <francois.michonneau@gmail.com>
Wed, 7 Oct 2020 07:55:41 +0000 (09:55 +0200)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Tue, 20 Oct 2020 05:15:50 +0000 (07:15 +0200)
bin/lesson_check.py

index 618f322a4f3ea88ff4027e88e397468facc10635..287ed5c5acf5b06ccedf92295bd1315067401a92 100644 (file)
@@ -67,7 +67,8 @@ KNOWN_BLOCKQUOTES = {
     'prereq',
     'quotation',
     'solution',
-    'testimonial'
+    'testimonial',
+    'warning'
 }
 
 # What kinds of code fragments are allowed?