Skip to content

Comments

Documentation > Wiki Syntax > Comments

A comment is a source block that is not rendered in the compiled version. To add a comment to the source use [!-- ... --] construct, e.g.:

[!--
This text will not be rendered.
--]