From 5fadd96dfcb84fba3b718d86c4d6a05232af1ff8 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sat, 10 Jul 2021 22:50:54 +0000 Subject: [PATCH] Test code blocks in blockquotes --- test.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test.sh b/test.sh index 982405d..5dc323a 100755 --- a/test.sh +++ b/test.sh @@ -265,5 +265,15 @@ check <<-"EOF" EOF +check <<-"EOF" +> code blocks +> in blockquotes +--- +
+
code blocks
+in blockquotes
+
+EOF + echo echo "All tests passed"