It's incredibly annoying to me that my Table of Contents macro includes itself as the final link: "Table of Contents". Why on earth would anyone want that, ever? You're literally looking at the TOC, so why link to it? And what's with the random extra bullet? The TOC isn't even in the same section as "So what's next?" So also no clue why it's there.
This can happen when you've highlighted the area the macro is in as a header.
Your display looks like you've done:
h1. So what's next
h2. {toc}
If this is the case, then what you really want is
h1. So what's next
{toc}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.