summaryrefslogtreecommitdiffstats
path: root/t/markdown/embedded-blockquote.md
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2017-02-26 03:54:49 +0100
committerDylan William Hardison <dylan@hardison.net>2017-02-26 04:14:56 +0100
commitd045206593953ebfeb22858baa25e8c2fe565e33 (patch)
treee728b094024a8cba884b22db30e45d037a8b03b7 /t/markdown/embedded-blockquote.md
parent4480c8ca91365aa60c60f371a6cc2fd3f22a1ff1 (diff)
downloadbugzilla-d045206593953ebfeb22858baa25e8c2fe565e33.tar.gz
bugzilla-d045206593953ebfeb22858baa25e8c2fe565e33.tar.xz
Bug 1174341 - only treat emphasis markdown based on spaces
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>