WikiSyntax: Add wiki:comment
authorWuzzy
Tue, 23 Apr 2019 10:42:43 +0100
changeset 1851 e478f27e9976
parent 1850 5cd8e8b314a1
child 1852 32c29d1293ea
WikiSyntax: Add wiki:comment
WikiSyntax.wiki
--- 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 ==