This will be moved to How To once resolved.
When using a macro and passing multiline content in a parameter;
<<mymacro '
Block of text
Over more than one line
'>>
The above is easier to read but there is a newline after the first '
, and before the last '
but I am not concerned with the last.
I am wondering if any one has a simple method to remove the first “line” (possibly if blank) from the parameter in the macro, whist keeping the rest in its current block format?
Thanks in advance.