diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-15 08:02:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-15 08:02:17 +0000 |
commit | 8d3413c4608ed2529452c1d14e568f7f1546ce2a (patch) | |
tree | 116cb07af423ad64736b8fd856426b688ead6efe /doc/plugins | |
parent | c8b46b67d2f5b63e7d86a1615b2af3dd7168b184 (diff) | |
download | ikiwiki-8d3413c4608ed2529452c1d14e568f7f1546ce2a.tar ikiwiki-8d3413c4608ed2529452c1d14e568f7f1546ce2a.tar.gz |
resp
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/conditional/discussion.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn index 48c8a28e7..ae687e3fb 100644 --- a/doc/plugins/conditional/discussion.mdwn +++ b/doc/plugins/conditional/discussion.mdwn @@ -29,3 +29,7 @@ is supposed to have *no* blank lines between... >>>> 3 Continued. But on the other >>>> [[if test="enabled(trallala)" then="foot" else="hand:"]] >>>> 5 Continued. --[[tschwinge]] + +>>>>> The conditional after 1 evaluates to "", so there's a blank line +>>>>> there. The one after 3 evaluates to "hand:", so no blank line there. +>>>>> --[[Joey]] |