]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/toggle/discussion.mdwn
a85f2ec1cd8aa2c41f8e722a86e803c2493bd078
[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