This appears to be an actual export bug, though if you could figure out the logic there might be a work-around. It probably never caused problems before your use of <detail><summary> .
What's happening is that the exporter is trying desperately to put an anchor to your (former) tiddler text. In the process it sticks <a name=mytiddler> tags after the start of various tags at the top of your exported tiddler. This sticks an <a> between <detail> and <summary>. According to HTML5, there isn't supposed to be any element between <detail> and <summary>. That's what breaks your first detail/summary set. The exporter stops after the first set, which is why the rest of your items look OK. I feel there must be way to trick the exporter into thinking that it's done its job and has inserted enough anchors *before* your real data begins, but I haven't been able to grok it yet. Good luck, Mark On Friday, July 7, 2017 at 10:26:47 AM UTC-7, David Gifford wrote: > > The other related problem is that the first details element doesn't work > like the others. > > David Gifford > Mexico team leader, Mexico City > > -- 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/b18afaad-9684-40bb-a2a9-b37c713f3546%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

