Author: sdumitriu
Date: 2007-09-09 16:29:14 +0200 (Sun, 09 Sep 2007)
New Revision: 4854

Modified:
   
xwiki-platform/core/trunk/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
Log:
XWIKI-1727: Whitespace between list items breaks the continuity of the list
Fixed.


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
      2007-09-09 07:06:21 UTC (rev 4853)
+++ 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
      2007-09-09 14:29:14 UTC (rev 4854)
@@ -43,6 +43,6 @@
 filter.heading.match=(?-s)^[ \\t]*+(1(\\.1){0,5}+)[ \\t]++(.++)$
 filter.heading.print=<h{4} class=\"heading-{1}\"><span 
id="{0}">{2}{3}</span></h{4}>\n
 
-filter.list.match=(?:^[\\p{Blank}]*+([-#*]++|[-#*iIaA1ghHkKj]++\\.)[\\p{Blank}]++([^\r\n]++)[\r\n]*+)++
+filter.list.match=(?:^[\\p{Blank}]*+([-#*]++|[-#*iIaA1ghHkKj]++\\.)[\\p{Blank}]++([^\r\n]++)(?:(?:[
 \t]*+[\r\n]++)*+))++
 
 filter.newline.match=\\\\\\\\[\r\n\]*
\ No newline at end of file

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to