From 57539d69e8ee1e86bd14c9e51273e576b2e38438 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Tue, 15 Jul 2008 18:18:09 +0500 Subject: Output bug fixed(stripping text data at the end of processing in _processPlaceholders). Ticket #5 fixed. --- tests/markdown-test/strong-and-em-together.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/markdown-test/strong-and-em-together.html') 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 @@

So is this -word.

+ word.

This is strong and em. @@ -13,4 +13,4 @@

So is this -word.

\ No newline at end of file +
word.

-- cgit v1.2.3