If you write 
<<tiddler t1>>
<<tiddler t2>> 

after the first macro call there actually is a line break "\n" which is 
rendered by the TW core. 

the core sees:
<<tiddler t1>>\n
<<tiddler t2>> 

You can try this
<<tiddler t1>><<tiddler t2>> 

or
<<tiddler t1>>/%
%/<<tiddler t2>> 

where 
/%\n
%/
doesn't render the line break

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to