Mise à jour wiki prévue le lundi 21/07/2025 de 07h30 à 09h30 Plus d'informations en cliquant sur ce lien

Confluence bridge for HtmlComment

Modifié par superadmin le 25/05/2025 - 00:00

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 -->