diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-07-15 18:18:09 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-07-15 18:18:09 +0500 |
commit | 57539d69e8ee1e86bd14c9e51273e576b2e38438 (patch) | |
tree | a42044fb6dba4dfcc218013468a478d584e4a939 /tests/markdown-test/strong-and-em-together.html | |
parent | a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 (diff) | |
download | markdown-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.html | 4 |
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> |