%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Commenting with hidden text

To hide sections of a Foswiki topic, use HTML comments. 

Example comment within a sentence:

=Visible &lt;!--- and hidden ---&gt; text=

Example spanning multiple lines:
<verbatim class="tml">
<!--
   * Useful to hide settings:
      * Set EXAMPLE = This is hidden
-->
</verbatim>

[[TipsOfTheDay][See More Tips...]]
