diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-15 07:11:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-15 07:11:42 +0000 |
commit | c8b46b67d2f5b63e7d86a1615b2af3dd7168b184 (patch) | |
tree | b3f03bc08ac5497e0e151e93ac999f63ebaa2a6c | |
parent | c7d332e8e8d65ac24ea7e040fa14ecd12e5812d6 (diff) |
web commit by tschwinge: Hmm.
-rw-r--r-- | doc/plugins/conditional/discussion.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn index 7bffcd22c..48c8a28e7 100644 --- a/doc/plugins/conditional/discussion.mdwn +++ b/doc/plugins/conditional/discussion.mdwn @@ -21,3 +21,11 @@ is supposed to have *no* blank lines between... >>> 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]] |