From: joey Date: Wed, 15 Aug 2007 07:01:18 +0000 (+0000) Subject: web commit by tschwinge: Doesn't work as suggested. X-Git-Tag: 2.6~125 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/fedca9df9628eedd1bd7dd73df904ef8e18d5d0a?ds=sidebyside web commit by tschwinge: Doesn't work as suggested. --- diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn index fb607420a..2c0f529ec 100644 --- a/doc/plugins/conditional/discussion.mdwn +++ b/doc/plugins/conditional/discussion.mdwn @@ -9,6 +9,12 @@ 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]]