Loading

Comments

Use % to add single-line comments.

% This is a comment

Make sure to add a space after the %.

Use <!-- and --> to add multiple line comment blocks.

- There is a commented section below.
<!--
This section should not appear -
Neither should this line.
-->
- And there is a commented section above.