On Wednesday, April 26, 2017 at 12:56:00 PM UTC-7, blackHole wrote: > > ( 3 ) > > No doubt it's my fault, but I can't make appear an anchor like > > <html><a name="sectionname" />Anchor</a></html> > > in the table of contents generated by <<sectionTOC>>. Am I leaving out > some syntax ? >
You have an EXTRA "/" at the end of the <a> (after the quoted sectionname). Change it to: <html><a name="sectionname">Anchor</a></html> Let me know how it goes... enjoy, -e -- 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/cb1716d5-915a-44b4-ae58-c03728f1f9be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

