This page last changed on Jun 01, 2009 by ggaskell.
The Table of Contents Zone macro is documented on the CustomWare Atlassian Plugins website.


Due to an outstanding issue in the Table of Contents Zone macro (CONF-10619), the Macro Browser's Refresh function does not render any parameter modifications. Currently, the rendering of parameter value modifications to the Table of Contents Zone macro occurs only after the page is saved.

Using HTML Heading Markup with the Table of Contents Zone Macro

The Table of Contents Zone macro cannot handle HTML heading markup on its own. Hence, if you used the HTML and HTML Include macros to render HTML heading markup in a Confluence page, the Table of Contents Zone macro will not create a contents list out of these headings. (For more information on about this issue, please refer to TOC-93.)

However, if you insert an HTML anchor into each HTML heading on your page (based on the following syntax), the Table of Contents Zone macro will incorporate these headings into your contents list.

<h2><a name="pagename-headingname"></a>Heading Name</h2>

The syntax for the anchor name is usually the page name and heading name separated by a hyphen, in which the page and heading names have all spaces removed and are converted to lowercase. If punctuation marks occur within a page or heading name, each mark should usually be converted to its URL escape code in the anchor name.

Document generated by Confluence on Jul 09, 2010 01:08