Hi Mat, The first example, does exactly what you programmed. Probably not what you think it would do.
The tiddler AAA conatains a paragraph - a list - a table - a paragraph The default style sheet adds some margin above and below the pragraph. ... So the transclusion doesn't cause any additional space. It's all in tiddler AAA. it's the exact same __visual__ result as. 111 text * list * asd |aaa|bbb| text 111 111 doesn't produce a paragraph, in your code. but the "text" does, which creates the spacing. .. As Jeremy said. Have a look with the dev tools, and you'll see, what's created. ... ... If you want a different behaviour, your CSS would need to be changed. ... But if you optimize it for one special edge case, you'll probably break the default behaviour and vice versa. ... -mario -- 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 [email protected]. To post to this group, send email to [email protected]. 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/b9ea9756-6ee5-4e09-a3d3-e17d8145d86d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

