How can I avoid line breaks? Say I have the following code:
span.given-name first
span.family-name last

and I want to render them on the same line. Do I have to use
plain html?
!= "<span class='given-name ...