summaryrefslogtreecommitdiff
path: root/doc/plugins/conditional/discussion.mdwn
blob: fb607420addb2673a7b0e2569412fe870a7c85c1 (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]]