This macro generates a Table of Contents for the current page based on its headings.

Table of Contents Plugin

  • toc - Generates a table of contents based on what headings are present in the current page.
  • toc-zone - Lists all the headings within the macro's body.

Generates a table of contents based on what headings are present in the current page.

The Code

{toc}

Result

Parameters

Allows you to split a table of contents based on the headings of the current page. By default, the macro will also display links to headings both above and below the content which it contains.

The Code

{toc-zone}
h4. Heading 1
Some Content.

h4. Heading 2
More content.

h4. Heading 3
Some more content.
{toc-zone}

Result

Parameters

Error rendering macro 'deck'

java.lang.NullPointerException

  • No labels