Découvrez les nouveautés de cette version : Fonctionnalités, améliorations et évolutions vous attendent ! 👉 Cliquez ici pour en savoir plus

Confluence bridge for HtmlComment

Modifié par superadmin le 21/07/2025 - 08:59

The htmlcomment macro is a bridge between Confluence and XWiki. It gives the possibility to add a comment in HTML code.

Parameters

ParameterDescriptionRequiredDefault
hiddenDefine if the comment should be rendered in the output HTML or not.Nofalse

Example Usage

{{confluence_htmlcomment}}
it s a comment
{{/confluence_htmlcomment}}

Result HTML:

<!-- it s a comment -->