Code source wiki de Confluence bridge for HtmlComment
Modifié par Admin le 16/10/2025 - 23:33
Afficher les derniers auteurs
| author | version | line-number | content |
|---|---|---|---|
| 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 | ||
| 6 | |**hidden**|Define if the comment should be rendered in the output HTML or not.|No|false | ||
| 7 | |||
| 8 | = Example Usage = | ||
| 9 | |||
| 10 | {{code}} | ||
| 11 | {{confluence_htmlcomment}} | ||
| 12 | it s a comment | ||
| 13 | {{/confluence_htmlcomment}} | ||
| 14 | {{/code}} | ||
| 15 | |||
| 16 | Result HTML: | ||
| 17 | |||
| 18 | {{code}} | ||
| 19 | <!-- it s a comment --> | ||
| 20 | {{/code}} |