diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-15 07:01:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-15 07:01:18 +0000 |
commit | fedca9df9628eedd1bd7dd73df904ef8e18d5d0a (patch) | |
tree | fc84ec40f857fb1034a027fe67e017f4d078a7d5 /doc/plugins | |
parent | 4b3a11ee6c15f097422ad897fe97a79e5890ca8d (diff) |
web commit by tschwinge: Doesn't work as suggested.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/conditional/discussion.mdwn | 10 |
1 files changed, 8 insertions, 2 deletions
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]] |