aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/conditional/discussion.mdwn
blob: 2c0f529ec9f0a1d1b3f16c5e252c4f0ed25e22ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Would there be a way for this plugin to emit fewer blank lines (i.e. *none at all*)?

For example, having a look at [this page](http://www.bddebian.com/~wiki/Hurd/)'s sidebar.
This [sidebar](http://www.bddebian.com/~wiki/sidebar/)
([source code](http://www.bddebian.com/gitweb/?p=wiki;a=blob_plain;f=sidebar.mdwn))
is supposed to have *no* blank lines between...

* **Hurd** and *About*,
* *Todo* and **Mach**,
* **Mach** and **Mig**.

--[[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, 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]]