aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/img/discussion.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:46:35 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:46:35 +0100
commit953a959be72c021121d8d3c4a737f48bf52149fe (patch)
treec949e0224a557e48b3db0b91ab81623961ba7a20 /doc/plugins/contrib/img/discussion.mdwn
parent1ca63edde0a1f09e58c9c1da1cf9ac7a6805750b (diff)
downloadikiwiki-953a959be72c021121d8d3c4a737f48bf52149fe.tar
ikiwiki-953a959be72c021121d8d3c4a737f48bf52149fe.tar.gz
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix
Diffstat (limited to 'doc/plugins/contrib/img/discussion.mdwn')
-rw-r--r--doc/plugins/contrib/img/discussion.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/contrib/img/discussion.mdwn b/doc/plugins/contrib/img/discussion.mdwn
index d4b38fb61..ea4ccb042 100644
--- a/doc/plugins/contrib/img/discussion.mdwn
+++ b/doc/plugins/contrib/img/discussion.mdwn
@@ -10,18 +10,18 @@ differently scaled versions of the image, why not just create three pages
and use the plugin once per page? Something like this on the first one if
it's got multiple clickable thumbnails:
- \[[img foo.jpg width=256 link=page2]]
+ \[[!img foo.jpg width=256 link=page2]]
This on the second:
- \[[img foo.jpg width=1024 link=page3]]
+ \[[!img foo.jpg width=1024 link=page3]]
\[[small|page1]]
\[[medium|page2]]
\[[large|page3]]
This on the third:
- \[[img foo.jpg link=page3]]
+ \[[!img foo.jpg link=page3]]
\[[small|page1]]
\[[medium|page2]]
\[[large|parge3]]