dokuwiki_plugin_wrap icon indicating copy to clipboard operation
dokuwiki_plugin_wrap copied to clipboard

WRAP box within a DokuWiki list makes the toolbar disappear

Open fthommen opened this issue 5 years ago • 0 comments

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

fthommen avatar Apr 25 '20 18:04 fthommen