Menu

#19 New-line problem with macros

open
None
6
2008-10-24
2008-10-24
No

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.

Discussion


Log in to post a comment.