Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

This hides the Comments at the Page bottom

Name

hide-comments

Macro Body Processing

No Macro Body

Usage

{hide-comments}

Closely related to hide-title-text and hide-metadata

Code

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