Allows you to link to a specific part of a page. For more information on using anchors see Working with Anchors .

 

Code Examples

The following examples are provided for advanced users who want to edit the underlying markup for a Confluence page.

Macro name: anchor

Macro body: None.

Storage format example

<ac:structured-macro ac:name="anchor">
  <ac:parameter ac:name="">here</ac:parameter>
</ac:structured-macro>

Wiki markup example

{anchor:here}

  • No labels