This macro ensures that the enclosed content is only rendered when the page is printed or exported. It checks the $renderMode variable to conditionally display the content in exported formats like PDF or Word.
## renderMode is a variable that is empty in browser rendering
#if ( $renderMode )
This block will be NOT rendered on the page
But exported or printed (PDF, Word, Email, custom exporters)
#endThe content of this macro will not go to the printing page
Convert a specified amount of cryptocurrency to fiat currency.
Macro for printing all the spaces
Add a configurable floating panel to a Confluence page
Shows page creation date
Display and interact with an OpenAPI / Swagger specification directly in Confluence by rendering a fully featured Swagger UI from a provided JSON URL
Generate a list of all the content created by a current user by default or a specified user across your Confluence site.
This macro allows user to retrieve all pages from current space despite limitation of 250 pages per request
Add a configurable sticky banner to a Confluence page
Display page edit and view restrictions in Confluence to get essential permission details, including users, groups, and inherited access.