summaryrefslogtreecommitdiff
path: root/spec/fixtures/blockquote_fence_before.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/blockquote_fence_before.md')
-rw-r--r--spec/fixtures/blockquote_fence_before.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/spec/fixtures/blockquote_fence_before.md b/spec/fixtures/blockquote_fence_before.md
index 895bff73404..1f4b8196def 100644
--- a/spec/fixtures/blockquote_fence_before.md
+++ b/spec/fixtures/blockquote_fence_before.md
@@ -130,6 +130,35 @@ Quote
Quote
>>>
+Blockquote inside an unordered list
+
+- Item one
+
+ >>>
+ Foo and
+ bar
+ >>>
+
+ - Sub item
+
+ >>>
+ Foo
+ >>>
+
+Blockquote inside an ordered list
+
+1. Item one
+
+ >>>
+ Bar
+ >>>
+
+ 1. Sub item
+
+ >>>
+ Foo
+ >>>
+
Requires a leading blank line
>>>
Not a quote