-
+
- test
+ + + ++ +
toggle
+ +
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/67acb0463b327156cfc6e0e3450eb87604d854bd..116f206aea1203f426d074151ea6a73a13c0155b:/doc/plugins/toggle/discussion.mdwn?ds=inline diff --git a/doc/plugins/toggle/discussion.mdwn b/doc/plugins/toggle/discussion.mdwn index 22a09685d..e48eef5ba 100644 --- a/doc/plugins/toggle/discussion.mdwn +++ b/doc/plugins/toggle/discussion.mdwn @@ -1,7 +1,7 @@ -# Nested plugins +## Nested plugins Is it possible to use another plugin into your toggle plugin? For example, -I want to have toggleable table and try to use Victor Moral's table plugin, +I want to have toggleable table and try to use [[Victor Moral|users/victormoral]]'s [[table plugin|plugins/table]], but no success. How can I do it? --PTecza @@ -14,4 +14,30 @@ but no success. How can I do it? >> --PTecza -# [[bugs/Bug_when_toggling_in_a_preview_page]] +## [[bugs/Bug_when_toggling_in_a_preview_page]] + +---- + +## Using toggle directives in a list item## +Take this code snippet. + + * [[!toggle id="test" text="test"]] + [[!toggleable id="test text="""toggle"""]] + +In the HTML-output the `ul` and `div` overlap. + +
toggle
+ +