summaryrefslogtreecommitdiff
path: root/doc/plugins/conditional/discussion.mdwn
blob: 7bffcd22cefe9a05c167a1bfc3f7310f871b8282 (plain)

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's sidebar. This sidebar (source code) 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]]

Seems ok, no? The only linebreaks I see in the source are the ones you put at the end of the lines. --[[Joey]]