]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/toggle/discussion.mdwn
e5713827db6f7f1b051cfd417e763a9332231719
[ikiwiki.git] / doc / plugins / toggle / discussion.mdwn
1 # Nested plugins
2
3 Is it possible to use another plugin into your toggle plugin? For example,
4 I want to have toggleable table and try to use Victor Moral's table plugin,
5 but no success. How can I do it?
6 --PTecza
7
8 > Yes, you can nest preprocessor directives. However, due to the issues
9 > discussed [[here|todo/nested_preprocessor_directives]], it's not
10 > currently supported to nest multiple levels of the same quotes.
11 > --[[Joey]]
12
13 >> Thanks a lot for the fast reply, Joey! It's good to know it.
14 >> --PTecza
15
16
17 # Bug when followed by a heading
18
19 Ikiwiki fails to render the line break between *foo* and *bar* when the following is toggled on:
20
21 [[toggle id="test" text="show"]]
22 [[toggleable id="test" text="""
23     foo
24 """]]
25
26
27 ## bar
28
29 --[[tschwinge]]
30
31 For some reason, this problem is not visible here.  You can see the problem on
32 <http://www.bddebian.com/~wiki/microkernel/mach/gnumach/hardwarecompatibilitylist/>.
33 Scroll down to *Storage* and use the *SATA drives ...* toggle.  --[[tschwinge]]
34
35 > This seems to be a bug in your wiki's style sheet. Download the page and
36 > view it without a stylesheet and the web browser renders it fine. --[[Joey]]
37
38 # Bug when toggling in a preview page
39
40 Moved to [[bug_when_toggling_in_a_preview_page]] --[[Joey]]