How can I define a class that would use half-line paragraph spacing? I would only want to use it in special cases, not everywhere. Example use case, between footnotes, where I'd like a more compact look.
\define spacer() <div style="height:0.5em;"></div>content1 goes here
<<spacer>>
content2 goes here
<<spacer>>
content3 goes here
Thanks