aboutsummaryrefslogtreecommitdiff
path: root/tests/pl/Tests_2004/Nested blockquotes.html
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:12:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:12:51 +0000
commitcd7db92007e2c002d05f7f142a7298243b9789e1 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/pl/Tests_2004/Nested blockquotes.html
parent18ab6aa9826549f74d23d2806375cd973c128507 (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-android14-mainline-uwb-release.tar.gz
Change-Id: Idbcbbc30b62ad250084ed8960863166213f63aaf
Diffstat (limited to 'tests/pl/Tests_2004/Nested blockquotes.html')
-rw-r--r--tests/pl/Tests_2004/Nested blockquotes.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pl/Tests_2004/Nested blockquotes.html b/tests/pl/Tests_2004/Nested blockquotes.html
new file mode 100644
index 0000000..d8ec7f8
--- /dev/null
+++ b/tests/pl/Tests_2004/Nested blockquotes.html
@@ -0,0 +1,9 @@
+<blockquote>
+ <p>foo</p>
+
+ <blockquote>
+ <p>bar</p>
+ </blockquote>
+
+ <p>foo</p>
+</blockquote>