--- a/WikiSyntax.wiki Tue Apr 23 10:40:06 2019 +0100
+++ b/WikiSyntax.wiki Tue Apr 23 10:42:43 2019 +0100
@@ -349,6 +349,16 @@
</tbody>
</table>
+= Comments =
+
+The wiki supports embedded comments to help explain the contents of a wiki page. Anything inside the comment block is removed from the rendered page, but is visible when editing or viewing the source for that page.
+
+{{{
+<wiki:comment>
+This text will be removed from the rendered page.
+</wiki:comment>
+}}}
+
= Navigation =
== Table of Contents ==