...
Easy Numbered Headings adds one macro to the Confluence editor:
Macro | Description | ||||||
---|---|---|---|---|---|---|---|
Easy Numbered Headings Options
| This macro allows setting the following options:
|
...
Placeholder | How it is parsed | Example result |
---|---|---|
{h3} | If only a heading level is given, then the entire numbering for that level will inserted. | 1.3.2 |
{h2.decimal} | The number for the previous h3 h2 heading in decimal format. | 3 |
{decimal} | The number for the current heading in decimal format. | 2 |
{lowerLatin} | The number for the current heading in lower-case latin format. | b |
{h1.upperRoman} | The number for the previous h1 heading in upper-case roman format. | I |
...