X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fedca9df9628eedd1bd7dd73df904ef8e18d5d0a..7946c67d1f7538a2b131c7b79205527f86e9002c:/doc/plugins/conditional/discussion.mdwn diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn index 2c0f529ec..ae687e3fb 100644 --- a/doc/plugins/conditional/discussion.mdwn +++ b/doc/plugins/conditional/discussion.mdwn @@ -18,3 +18,18 @@ is supposed to have *no* blank lines between... >> Continued. But on the other >> [[if test="enabled(trallala)" then="foot" else="hand:"]] >> Continued. --[[tschwinge]] + +>>> Seems ok, no? The only linebreaks I see in the source are the ones you +>>> put at the end of the lines. --[[Joey]] + +>>>> Okay, that would explain the linebreak between 1 and 3. But then, why are all linebreaks removed between 3 and 5? + +>>>> 1 No, that's unfortunately not it, see here: +>>>> [[if test="enabled(trallala)" then="foot"]] +>>>> 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]]