summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/strong-and-em-together.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/Markdown_1.0.3/strong-and-em-together.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/Markdown_1.0.3/strong-and-em-together.test17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/strong-and-em-together.test b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/strong-and-em-together.test
new file mode 100644
index 0000000000..44c84cd6d1
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/strong-and-em-together.test
@@ -0,0 +1,17 @@
+<<<
+***This is strong and em.***
+
+So is ***this*** word.
+
+___This is strong and em.___
+
+So is ___this___ word.
+
+>>>
+strongEmphasis: (emphasis: This is strong and em.)
+interblockSeparator
+strongEmphasis: (emphasis: this)
+interblockSeparator
+strongEmphasis: (emphasis: This is strong and em.)
+interblockSeparator
+strongEmphasis: (emphasis: this)