diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 01:02:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 01:02:37 +0000 |
commit | 437825b25a4553dba993264ef40db2215e007284 (patch) | |
tree | f118dbcebd26dc1639b63785704567c0d84996ef | |
parent | b5d6acae779d4ccfac33a0e5c09f0d82ff062460 (diff) |
another doubled escape removed
-rw-r--r-- | doc/tags.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tags.mdwn b/doc/tags.mdwn index 64313aec7..36753a5b4 100644 --- a/doc/tags.mdwn +++ b/doc/tags.mdwn @@ -11,7 +11,7 @@ in the category to it. That is just another form of tagging. Sometimes you may want to 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]] One way to use these tags is to create a [[blog]] of pages that have a particular set of tags. Or just look at the [[BackLinks]] to a tag page to |