Table of Contents

Short Description
This will automatically generate a Table of Contents based on your page sections

To create a list of every heading, with a link to that heading, put a table of contents tag on its own line.

[[toc]]
[[f>toc]] - right-float table of contents
[[f<toc]] - left-float table of contents

Note that the table of contents creates a bookmark called "#toc".

If you want a particular heading NOT to appear in the table of contents, append the pluses with an asterisk, like this:

+ This section appears in the TOC
+* And this one does not
++* Neither does this one
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License