Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
indextrue
titleDescription

This macro is a helper to render plain span elements into a page.

It is a convenience macro to render Confluence icons.

The content to be pasted has the following format:

Code Block
<span class="aui-icon aui-icon-small aui-iconfont-devtools-arrow-right">Insert meaningful text here for accessibility</span>

Since the macro renders an HTML fragment verbatim (if it matches the above constraints), it is disabled by default.

Section
titleProperties
Section
titleSpan

Specify the HTML fragment, being a simple HTML span element, here.

...