summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/simple_blockquote.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/simple_blockquote.html')
-rw-r--r--vendor/parsedown-0.9.0/tests/data/simple_blockquote.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/simple_blockquote.html b/vendor/parsedown-0.9.0/tests/data/simple_blockquote.html
new file mode 100644
index 00000000..8225d57c
--- /dev/null
+++ b/vendor/parsedown-0.9.0/tests/data/simple_blockquote.html
@@ -0,0 +1,11 @@
+<blockquote>
+<p>quote</p>
+</blockquote>
+<p>indented:</p>
+<blockquote>
+<p>quote</p>
+</blockquote>
+<p>no space after <code>&gt;</code>:</p>
+<blockquote>
+<p>quote</p>
+</blockquote> \ No newline at end of file