Confluence blueprints

You can add the Numbered Headings macro to Confluence blueprints. This page contains instructions on how to do so.

To add the Numbered Headings macro to a blueprint, you can use the following template:

<ac:structured-macro ac:name="numberedheadings">
  <ac:parameter ac:name="start-numbering-with">2</ac:parameter>
  <ac:parameter ac:name="start-numbering-at">h2</ac:parameter>
  <ac:rich-text-body>...</ac:rich-text-body>
</ac:structured-macro>

The easiest way to get the correct parameters is to add a Numbered Headings macro to a page and configure it. After you save the page, you can find the parameters in the source of the page:

If you want to enable Numbered Headings in a blueprint without using the macro, you can use page properties.

Last updated