Easily customize your pages and space overview using this macro. Its behavior will be slightly different in overview pages of spaces customized with one of the provided themes vs regular pages.
This macro will fit two purposes in this extension render custom html code into your confluence cloud pages or customize an overview page on a space that is using one of the custom provided themes.
Quick guide
Adding this macro to your pages:
Insert from macros menu
Insert by direct input
Type /html and press enter
The following content will appear into your page
Edit macro
Enter your html code in the right side input and press Save. Your content will render after you publish the page.
How it works
Macro in regular page | Macro in Space Overview page (Custom theme) | |
---|---|---|
Instance count | Multiple instances can be used inside a single page. | 1 instance per custom theme overview page can be used |
Technical details | Each macro is rendered inside an iframe element as it’s supported by Atlassians extension mechanism. The contained code is not permitted to alter or extend other functionalities present in the page | Content from the iframe will be extracted and appended to the page, it can alter content that is not rendered in iframes (special macros might be rendered in iframes) |
Configuration Options