diff options
Diffstat (limited to 'MarkdownTest/Tests_2004/Strong and em together.text')
-rw-r--r-- | MarkdownTest/Tests_2004/Strong and em together.text | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MarkdownTest/Tests_2004/Strong and em together.text b/MarkdownTest/Tests_2004/Strong and em together.text new file mode 100644 index 0000000..95ee690 --- /dev/null +++ b/MarkdownTest/Tests_2004/Strong and em together.text @@ -0,0 +1,7 @@ +***This is strong and em.*** + +So is ***this*** word. + +___This is strong and em.___ + +So is ___this___ word. |