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

Version 1.1 par superadmin le 13/10/2024 - 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
hide-in-source-codeDefine if the comment should be rendered in the output HTML or not.Nofalse

Example Usage

{{htmlcomment}}
it s a comment
{{/htmlcomment}}

Result HTML:

<!-- it s a comment -->