aboutsummaryrefslogtreecommitdiff
path: root/tests/basic/nested-blockquotes.html
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:17 +0000
commitf4528fb23dd6c0876dc2bcc4d18ab8b1bc924a99 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/basic/nested-blockquotes.html
parent26bcb66e09065a97476054481219829e2a8cb40e (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-f4528fb23dd6c0876dc2bcc4d18ab8b1bc924a99.tar.gz
Change-Id: I253aff4e7e36020f346c6023a86261028dd55fdf
Diffstat (limited to 'tests/basic/nested-blockquotes.html')
-rw-r--r--tests/basic/nested-blockquotes.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/nested-blockquotes.html b/tests/basic/nested-blockquotes.html
new file mode 100644
index 0000000..f1b017e
--- /dev/null
+++ b/tests/basic/nested-blockquotes.html
@@ -0,0 +1,7 @@
+<blockquote>
+<p>foo</p>
+<blockquote>
+<p>bar</p>
+</blockquote>
+<p>foo</p>
+</blockquote> \ No newline at end of file