Confluence bridge for HtmlComment

Version 8.1 par Admin le 29/05/2026 - 07:22

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