Heylo!

I can't figure out how to get rid of the extra space in this case:

section#footer
    | Available on
    a(href="http://bitbucket.org") BitBucket
    | .

I would like to get rid of the space between "BitBucket" and "." in the resulting HTML.

Can't find anything useful about this in the Jade documentation. I must be missing something.

Thanks!