This hides the Comments at the Page bottom

Name

hide-comments

Macro Body Processing

No Macro Body

Usage

{hide-comments}

Closely related to Confluence User Macro: hide-title-text and Confluence User Macro: hide-metadata

Code

## @noparams
<style>
#comments-section { display: none; visibility:hidden; }
</style>