summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/strong_and_em_together.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/original/strong_and_em_together.md')
-rw-r--r--packages/markdown/marked/test/original/strong_and_em_together.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/original/strong_and_em_together.md b/packages/markdown/marked/test/original/strong_and_em_together.md
new file mode 100644
index 00000000..95ee690d
--- /dev/null
+++ b/packages/markdown/marked/test/original/strong_and_em_together.md
@@ -0,0 +1,7 @@
+***This is strong and em.***
+
+So is ***this*** word.
+
+___This is strong and em.___
+
+So is ___this___ word.