summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/cm_strong_and_em.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/new/cm_strong_and_em.html')
-rw-r--r--packages/markdown/marked/test/new/cm_strong_and_em.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/new/cm_strong_and_em.html b/packages/markdown/marked/test/new/cm_strong_and_em.html
new file mode 100644
index 00000000..084f6381
--- /dev/null
+++ b/packages/markdown/marked/test/new/cm_strong_and_em.html
@@ -0,0 +1,7 @@
+<p>So <em>a</em> single <em>word</em> followed <em>b</em>y <em>a</em>nother</p>
+
+<p>So <strong>a</strong> single <strong>word</strong> followed <strong>b</strong>y <strong>a</strong>nother</p>
+
+<p>So <em>a</em> single <em>word</em> followed <em>b</em>y <em>a</em>nother</p>
+
+<p>So <strong>a</strong> single <strong>word</strong> followed <strong>b</strong>y <strong>a</strong>nother</p>