diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-07-21 12:47:07 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-07-21 12:47:07 +0100 |
commit | e3a84952715cdd625258e1695cb74898006c31f3 (patch) | |
tree | 1a89a49e337991a46a61e66a5779df6a414c35a1 /doc/tags | |
parent | 404f54ac60eac6c7ab93cc47a466d7e0fae35821 (diff) |
Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix
Diffstat (limited to 'doc/tags')
-rw-r--r-- | doc/tags/discussion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn index a45ecf6e2..d7a6297c0 100644 --- a/doc/tags/discussion.mdwn +++ b/doc/tags/discussion.mdwn @@ -1,6 +1,6 @@ In another blog, I could tag a post with arbitrary words and not have to do anything else for the software to recognize it as a tag. In Ikiwiki if you -want to tag something \[[tag foo]] you also have to go to tags/ and create +want to tag something \[[!tag foo]] you also have to go to tags/ and create foo.mkdn (even if it's zero-length), because "tags are links", and links don't actually *link* if they have no destination. This allows for customization of how you present different tag feeds, but this (to me) is |