imagine the macro is:
${macro: foobar} foobar ${end}
and the call is
begin ${call: foobar} end
then the result is
begin foobar
end
this is because both, the new-line in the macro and the new-line after the call is rendered.
Log in to post a comment.