X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ddd8d181f8f4ce1e2f42b35eac7e7a6920ff5ca2..8d3413c4608ed2529452c1d14e568f7f1546ce2a:/doc/plugins/conditional/discussion.mdwn?ds=sidebyside diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn index fb607420a..ae687e3fb 100644 --- a/doc/plugins/conditional/discussion.mdwn +++ b/doc/plugins/conditional/discussion.mdwn @@ -9,6 +9,27 @@ is supposed to have *no* blank lines between... * *Todo* and **Mach**, * **Mach** and **Mig**. --- [[tschwinge]] +--[[tschwinge]] -> The blank lines in this example are coming from the newline after `then="`, and also from the newline before the close quote. If you remove those newlines, I think it should work. --[[Joey]] \ No newline at end of file +> The blank lines in this example are coming from the newline after `then="`, and also from the newline before the close quote. If you remove those newlines, I think it should work. --[[Joey]] + +>> No, that's unfortunately not it, see here: +>> [[if test="enabled(trallala)" then="foot"]] +>> 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]]