summaryrefslogtreecommitdiff
path: root/spec/fixtures/blockquote_fence_after.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/blockquote_fence_after.md')
-rw-r--r--spec/fixtures/blockquote_fence_after.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/spec/fixtures/blockquote_fence_after.md b/spec/fixtures/blockquote_fence_after.md
index 18500d94c7a..c60daf49f3d 100644
--- a/spec/fixtures/blockquote_fence_after.md
+++ b/spec/fixtures/blockquote_fence_after.md
@@ -130,6 +130,35 @@ Double `>>>` inside HTML inside blockquote:
> 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