is there a way to continue a list after a break ? And especially in WYSIWYG editing mode ?
what i mean is to obtain this :
TITLE
1. item
2. item
TITLE
3. item
i see this solution in css but i’m not sure how to implement it in xwiki, or even if it’s a good idea : https://stackoverflow.com/a/4615630, it implies to be able to add classes to <ol>
elements.
Maybe there is an extension doing just that already ? I see this was already discussed in 2007 : [xwiki-users] numbered list
thank you all for your help