From: joey Date: Wed, 15 Aug 2007 08:02:17 +0000 (+0000) Subject: resp X-Git-Tag: 2.6~122 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=8d3413c4608ed2529452c1d14e568f7f1546ce2a resp --- 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]]