My collection of useful Confluence user macros
Last active
July 21, 2020 11:05
-
-
Save j4rv/ab268672e51a30a0ca69e80fffe09089 to your computer and use it in GitHub Desktop.
Confluence user macros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Macro title: Hide comments | |
## Macro has a body: N | |
## | |
## Developed by: Jose Rojo | |
## Date created: 21/07/2020 | |
## Installed by: Jose Rojo | |
## | |
## @noparams | |
<style> | |
#comments-section { | |
display: none !important; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment