> More: Tables of Content
The above link (at the bottom of the quick reference) should go to the [[toc]] documentation, but instead goes to the documentation's table of content.
The reason is that [[toc]] internally generates an anchor “toc” (because it generates a <div id="toc">) which collides with the “toc” anchor defined for the [[toc]] heading (+ [[# toc]]Table of Contents). Only the first “toc” anchor is reachable.
I suggest two things:
- change “+ [[# toc]]Table of Contents” to e.g. “+ [[# contents]]Table of Contents”
- document that you cannot use any anchor called “toc” if you use [[toc]] on a page