You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to have a WRAP box with a list within a "main" list like
* first main list item
+-------------------------------------------------------------------------------+
| * list item in a WRAP box at the same level as the current "main list" item |
| * and one more item |
+-------------------------------------------------------------------------------+
* and here the main list continues
I created the following Wiki code which seems syntactically correct to me:
* first main list item <WRAP box>
* list item in a WRAP box at the same level as the current "main list" item
* and one more item
</WRAP>
* and here the main list continues
However this makes the "Toolbox" disappear (and hence the page much more difficult to edit :-). It doesn't make a difference if I place a double backslash after the first mail list item like
* first main list item \\ <WRAP box>
* list item in a WRAP box at the same level as the current "main list" item
* and one more item
</WRAP>
* and here the main list continues
Placing the closing </WRAP> directly behind the second "sub-list" item prohibits closing of the div and gives an unusable result
DokuWiki version is 2018-04-22b "Greebo"
Wrap plugin version is 2018-04-22
The text was updated successfully, but these errors were encountered:
Trying to have a WRAP box with a list within a "main" list like
I created the following Wiki code which seems syntactically correct to me:
However this makes the "Toolbox" disappear (and hence the page much more difficult to edit :-). It doesn't make a difference if I place a double backslash after the first mail list item like
Placing the closing
</WRAP>
directly behind the second "sub-list" item prohibits closing of the div and gives an unusable resultDokuWiki version is 2018-04-22b "Greebo"
Wrap plugin version is 2018-04-22
The text was updated successfully, but these errors were encountered: