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/examples | |
parent | 404f54ac60eac6c7ab93cc47a466d7e0fae35821 (diff) |
Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/blog.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/blog.mdwn b/doc/examples/blog.mdwn index 14e9b3804..3e89c4b99 100644 --- a/doc/examples/blog.mdwn +++ b/doc/examples/blog.mdwn @@ -10,7 +10,7 @@ Some additional configuration you might want to do: * Make sure you have the tag plugin enabled, and tag posts using it. An example of how to tag a post is: - \[[tag tags/life]] + \[[!tag tags/life]] * Enable the sidebar plugin to get a sidebar listing all the categories you've tagged posts with. |