Mise à jour wiki prévue le lundi 21/07/2025 de 07h30 à 09h30 Plus d'informations en cliquant sur ce lien
Version 2.1 par Admin le 08/11/2024 - 07:54

Masquer les derniers auteurs
superadmin 1.1 1 The ##htmlcomment## macro is a bridge between Confluence and XWiki. It gives the possibility to add a comment in HTML code.
2
3 = Parameters =
4
5 |=Parameter|=Description|=Required|=Default
Admin 2.1 6 |**hidden**|Define if the comment should be rendered in the output HTML or not.|No|false
superadmin 1.1 7
8 = Example Usage =
9
10 {{code}}
Admin 2.1 11 {{confluence_htmlcomment}}
superadmin 1.1 12 it s a comment
Admin 2.1 13 {{/confluence_htmlcomment}}
superadmin 1.1 14 {{/code}}
15
16 Result HTML:
17
18 {{code}}
19 <!-- it s a comment -->
20 {{/code}}