aboutsummaryrefslogtreecommitdiff
path: root/tests/pl/Tests_2007/Nested blockquotes.html
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-11-07 15:40:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-11-07 15:40:27 +0000
commit79292f57ff48c15a8413b07520e7b431267962d4 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/pl/Tests_2007/Nested blockquotes.html
parentf94cfcb46cac5900c86c14ab81db9aac90978889 (diff)
parentd11b75301624f3c59c7243ad1e75243446f5c229 (diff)
downloadmarkdown-79292f57ff48c15a8413b07520e7b431267962d4.tar.gz
Merge "Upgrade markdown to 3.4.1"
Diffstat (limited to 'tests/pl/Tests_2007/Nested blockquotes.html')
-rw-r--r--tests/pl/Tests_2007/Nested blockquotes.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pl/Tests_2007/Nested blockquotes.html b/tests/pl/Tests_2007/Nested blockquotes.html
new file mode 100644
index 0000000..d8ec7f8
--- /dev/null
+++ b/tests/pl/Tests_2007/Nested blockquotes.html
@@ -0,0 +1,9 @@
+<blockquote>
+ <p>foo</p>
+
+ <blockquote>
+ <p>bar</p>
+ </blockquote>
+
+ <p>foo</p>
+</blockquote>