Jed,

Thanks for the suggestions, I have worked through the code and there are 
little or no opportunities for a break to sneak in to the code. But I will 
review it with fresh eyes, I will also see if I can make a macro that 
removes the spaces because I am not keen to add more complexity into the 
code.

Thanks
Tony


On Friday, July 13, 2018 at 8:22:31 PM UTC+10, Jed Carty wrote:
>
> I think that normally comes from line breaks in your code that normally 
> shouldn't do anything. Something like
>
> <$list filter=blah>
> <$reveal blah blah blah>
> something
> </$reveal>
> </$list>
>
> may give some extra whitespace that you can sometimes remove by doing this:
>
> <$list filter=blah><$reveal blah blah blah>
> something
> </$reveal></$list>
>
> I have never been able to clearly remember which parts add whitespace and 
> which don't so it may take some tinkering to get right.
>
> Hopefully that helps.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fd647112-1eed-4390-bf38-584a5d611983%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to