There is 1 comment.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-4c7c6046-b3da-4c7b-8c10-af42e4a30b77 XRENDERING-619 Open

Lists with nested paragraphs are incorrectly converted to XWiki syntax

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-98628595-a850-4d08-be88-b14665f7113b Marius Dumitru Florea on 21/Nov/24 14:19
 

Michael Hamann I tested your fix with the content from XRENDERING-760 and although it fixes the problem, the generated wiki syntax feels too complex. The following wiki syntax:

* one
** two(((
three
)))
** four(((
five
)))

becomes

* (((
one

* two(((
three
)))
* four(((
five
)))
)))

after the content is saved with the WYSIWYG editor. I'm pretty sure some users will be surprised by the change, even if the visual output is very similar.