This macro call:
<<copy-to-clipboard-above-right '''awk '{print tolower($0)}' <<<"$VAR"'''>>
does not display or operate correctly. The cause of the problem is the <<<
because removing it fixes the problem. (I can provide further details about the macro and how it misbehaves if ‘<<<’ is present, but I don’t see how it would help since the cause of the problem is known.) Using triple double quotes instead of the triple single quotes does not fix the problem. Using the macrocall widget instead results in the exact same problem occurring.
Is there any way to include a triple less-than string (<<<
) in a macro call?