]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tags.mdwn
Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix
[ikiwiki.git] / doc / tags.mdwn
index a210df09c563cecd94322e33dc6a513d8e5d3433..4fc98bdbf200cd6992e10f8b28cdcd40950bc998 100644 (file)
@@ -9,11 +9,11 @@ special link that ikiwiki knows is intended to be used as a tag.
 Generally you will tag a page without putting a visible link on it.
 The [[tag_plugin|plugins/tag]] allows you to do so, like this:
 
-       \[[tag mytag othertag thirdtag]]
+       \[[!tag mytag othertag thirdtag]]
 
 You can also tag a page with a visible link:
 
-       \[[taglink mytag]]
+       \[[!taglink mytag]]
 
 This tag will be displayed just like a regular [[ikiwiki/WikiLink]].