diff options
Diffstat (limited to 'MarkdownTest/Tests_2007/Strong and em together.html')
-rw-r--r-- | MarkdownTest/Tests_2007/Strong and em together.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MarkdownTest/Tests_2007/Strong and em together.html b/MarkdownTest/Tests_2007/Strong and em together.html new file mode 100644 index 0000000..71ec78c --- /dev/null +++ b/MarkdownTest/Tests_2007/Strong and em together.html @@ -0,0 +1,7 @@ +<p><strong><em>This is strong and em.</em></strong></p> + +<p>So is <strong><em>this</em></strong> word.</p> + +<p><strong><em>This is strong and em.</em></strong></p> + +<p>So is <strong><em>this</em></strong> word.</p> |