Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

This hides the Comments section at the Page bottom

Details

Macro Name

hide-comments

Macro-TitleHide Comments
DescriptionThe Macro hides the Comment Section
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/EIDzAg

Definition of User Macro

(tick)No macro body
(error)Escaped
(error)Unrendered
(error)Rendered

Macro Code

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

...