OK, I've found how to correct the display of this "</$link>" when there is no caption parameter :
In the shadow tiddler "$:/core/macros/thumbails", at the end of the definition of the thumbnail macro, there are these lines: </div><div class="tc-thumbnail-caption"> $caption$ </div></div></$link> \end The issue is corrected by adding a line break between the two </div> : </div><div class="tc-thumbnail-caption"> $caption$ </div> </div></$link> \end (I don't know exactly why, but it works) I may push the correction to the github repository for the next version. For the caption which is overlapping the image, I think it is done in this way on purpose, but you could try to change the CSS classes. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d884e45b-5c18-498d-877b-980c33c4f889%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

