Confluence bridge for Note
Zuletzt geändert von xwikiadmin am 2024/06/24 15:09
Description
This is a bridge for the Confluence Note macro to the XWiki Warning macro.
Parameters
Parameter | Description |
---|---|
title | The title of the note. |
Examples of usage
Example 1
{{confluence_note title="Note: "}}
This is my note with title.
{{/confluence_note}}
This is my note with title.
{{/confluence_note}}
Result :
Example 2
{{confluence_note title="It supports XWiki syntax: "}}
This is my note with title and a link [[XWiki Store>>https://store.xwiki.com]]
{{/confluence_note}}
This is my note with title and a link [[XWiki Store>>https://store.xwiki.com]]
{{/confluence_note}}
Result :