summaryrefslogtreecommitdiffstats
path: root/t/markdown/embedded-blockquote.md
diff options
context:
space:
mode:
Diffstat (limited to 't/markdown/embedded-blockquote.md')
-rw-r--r--t/markdown/embedded-blockquote.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/markdown/embedded-blockquote.md b/t/markdown/embedded-blockquote.md
new file mode 100644
index 000000000..6c34434e9
--- /dev/null
+++ b/t/markdown/embedded-blockquote.md
@@ -0,0 +1,9 @@
+```
+this is a block
+> with an embedded blockquote
+```
+
+---
+
+<pre><code>this is a block
+&gt; with an embedded blockquote</code></pre>