aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/toggle
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-30 19:03:22 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-30 19:03:22 +0000
commit866cdd7c4a4e268f9e4528a8df80b44950c7adb3 (patch)
tree280e5ecba7b02d532b7e01aa5917def838837ead /doc/plugins/toggle
parent8a6a0673339c00480d49513eb0e3db83a9c7ce9c (diff)
downloadikiwiki-866cdd7c4a4e268f9e4528a8df80b44950c7adb3.tar
ikiwiki-866cdd7c4a4e268f9e4528a8df80b44950c7adb3.tar.gz
response
Diffstat (limited to 'doc/plugins/toggle')
-rw-r--r--doc/plugins/toggle/discussion.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/plugins/toggle/discussion.mdwn b/doc/plugins/toggle/discussion.mdwn
index 74c382db3..ef91c8f5e 100644
--- a/doc/plugins/toggle/discussion.mdwn
+++ b/doc/plugins/toggle/discussion.mdwn
@@ -4,4 +4,9 @@ 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,
but no success. How can I do it?
---PTecza \ No newline at end of file
+--PTecza
+
+> Yes, you can nest preprocessor directives. However, due to the issues
+> discussed [[here|todo/nested_preprocessor_directives]], it's not
+> currently supported to nest multiple levels of the same quotes.
+> --[[Joey]]