-delete- problem
Brought to you by:
intabulas
There seems to be some problems with the latest
textile4j (1.10) :
Try :
-test "test":http://www.test-test-test.com
it will produce
<p><del>test <a href="http://www.test</del>test-
test.com" title="">test</a></p>
although the correct output should be :
<p>-test <a href="http://www.test-test-
test.com">test</a> </p>
This did not occur with 1.01
Pierre
Logged In: YES
user_id=189487
Hi,
like to mention that I had problems due to the fact that JDK
1.4.2_08 obviously does not handle well the \\s replacement
in regular expresions. Replacing it with [ \\t] did help.