aboutsummaryrefslogtreecommitdiffstats
path: root/tests/markdown-test/strong-and-em-together.html
diff options
context:
space:
mode:
authorArtem Yunusov <nedrlab@gmail.com>2008-07-15 18:18:09 +0500
committerArtem Yunusov <nedrlab@gmail.com>2008-07-15 18:18:09 +0500
commit57539d69e8ee1e86bd14c9e51273e576b2e38438 (patch)
treea42044fb6dba4dfcc218013468a478d584e4a939 /tests/markdown-test/strong-and-em-together.html
parenta316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 (diff)
downloadmarkdown-57539d69e8ee1e86bd14c9e51273e576b2e38438.tar.gz
markdown-57539d69e8ee1e86bd14c9e51273e576b2e38438.tar.bz2
markdown-57539d69e8ee1e86bd14c9e51273e576b2e38438.zip
Output bug fixed(stripping text data at the end of processing in _processPlaceholders). Ticket #5 fixed.
Diffstat (limited to 'tests/markdown-test/strong-and-em-together.html')
-rw-r--r--tests/markdown-test/strong-and-em-together.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/markdown-test/strong-and-em-together.html b/tests/markdown-test/strong-and-em-together.html
index 8a40b58..04c1850 100644
--- a/tests/markdown-test/strong-and-em-together.html
+++ b/tests/markdown-test/strong-and-em-together.html
@@ -5,7 +5,7 @@
</p>
<p>So is <strong>
<em>this</em>
-</strong>word.</p>
+</strong> word.</p>
<p>
<strong>
<em>This is strong and em.</em>
@@ -13,4 +13,4 @@
</p>
<p>So is <strong>
<em>this</em>
-</strong>word.</p> \ No newline at end of file
+</strong> word.</p>