|
[
Permlink
| « Hide
]
Ludovic Dubost added a comment - 22/Dec/06 14:34
These tasks need to be verified and put in the planning if these are bugs
Confirmed on XWiki 1.0 Beta 1.
It works for italics and strike.
this ~x, ~~y, ~~z~ works this - It fails for the _bold_ syntax. It works when mixing the two syntaxes: It works for italics and strike.
this ~~x~~, ~~y~~, ~~z~~ works this --x--, --y--, --z-- works It fails for the bold syntax. this __x__, __y__, __z__ fails It works when mixing the two syntaxes: this *x*, __y__, *z* works It works if there are other character inbetween: Some bold items: *x*, moving a bit farther, *y*, and again: *z*, now it works! I found the problem. The match pattern for the strong filter consumes all the space surrounding the word, thus preventing the next group to be correctly found.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||