在 XWiki Syntax 2.x 中是否可以添加子项然后返回到包含项?
我想要的是:
1. item 1 which might continue for several lines
and which get lined up correctly base on the list
thing:
* sub1 of item 1
* sub2 of item 1
Continuing with item 1, but not inside sub2.
2. item 2 continues the list.
我有
1. Item 1
1*. sub1
1*. sub2
anything here is part of sub2. If I skip a line, I leave the outer list.
那么,这在 wiki 语法中是否可行,还是我必须使用 HTML?