Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WRAP box within a DokuWiki list makes the toolbar disappear #212

Open
fthommen opened this issue Apr 25, 2020 · 0 comments
Open

WRAP box within a DokuWiki list makes the toolbar disappear #212

fthommen opened this issue Apr 25, 2020 · 0 comments

Comments

@fthommen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant