Hi,
why does <$list filter="[tag[TableOfContents]]" variable="myvariable">
produces a list starting from the first row in the tiddler
but wrapping the filter in a macro
\define tocmacro()
<$list filter="[tag[TableOfContents]]" variable="myvariable">
<br><<myvariable>>
</$list>
\end
then calling the macro <<tocmacro>>
produces a list starting from the third row with 2 line breaks at the begiuinig , is there a way around that , or am i doing something wrong
thank you