aboutsummaryrefslogtreecommitdiff
path: root/doc/tags.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:47:07 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:47:07 +0100
commite3a84952715cdd625258e1695cb74898006c31f3 (patch)
tree1a89a49e337991a46a61e66a5779df6a414c35a1 /doc/tags.mdwn
parent404f54ac60eac6c7ab93cc47a466d7e0fae35821 (diff)
downloadikiwiki-e3a84952715cdd625258e1695cb74898006c31f3.tar
ikiwiki-e3a84952715cdd625258e1695cb74898006c31f3.tar.gz
Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix
Diffstat (limited to 'doc/tags.mdwn')
-rw-r--r--doc/tags.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tags.mdwn b/doc/tags.mdwn
index a210df09c..4fc98bdbf 100644
--- a/doc/tags.mdwn
+++ b/doc/tags.mdwn
@@ -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]].