That's normal, no bug. Firsts example creates:
<ul> <li>first line first line first line</li> <ul> <ul> <li>second line second line second line</li> <ul> The ULs have a margin-top and a margin-bottom so there is the space between the 2 lines. The second example creates <ul> <li>first line first line first line</li> <li>* second line second line second line</li> <ul> LIs don't have margins, so no extra white space. As you can see the second transclusion uses inline mode. see the * If you want block mode use this. * first line * <$transclude tiddler=yourTiddler mode=block> It's probably not what you expect, but there is no rendering anomaly. Can you tell us your usecase? -m -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

