We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510c47b commit 665ff9fCopy full SHA for 665ff9f
tests/test_docs.sh
@@ -2,7 +2,8 @@
2
# Test Documentation boxes -
3
# !!! <TYPE>: is not allowed!
4
# !!! <TYPE> "title" - Title needs to be quoted!
5
-grep -Er '^!{3}\s\S+:|^!{3}\s\S+\s[^"]' docs/*
+# Same for ???
6
+grep -Er '^(!{3}|\?{3})\s\S+:|^(!{3}|\?{3})\s\S+\s[^"]' docs/*
7
8
if [ $? -ne 0 ]; then
9
echo "Docs test success."
0 commit comments