aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/debbug_shortcut_should_expand_differently
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-09 08:53:06 -0500
committerJoey Hess <joey@kitenet.net>2008-01-09 08:53:06 -0500
commit65909e354372e174cf3a1af0c934182f64fc7778 (patch)
treeea251a8359a6360154aaa720927da5076218ebcc /doc/bugs/debbug_shortcut_should_expand_differently
parent2b2ff53c2fe11e4f7d327dd5fa07db081f09bbc4 (diff)
downloadikiwiki-65909e354372e174cf3a1af0c934182f64fc7778.tar
ikiwiki-65909e354372e174cf3a1af0c934182f64fc7778.tar.gz
web commit by AlexandreDupas: possible answer
Diffstat (limited to 'doc/bugs/debbug_shortcut_should_expand_differently')
-rw-r--r--doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn b/doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
new file mode 100644
index 000000000..e2922906c
--- /dev/null
+++ b/doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
@@ -0,0 +1,14 @@
+You could change this on your wiki by modifying the shortcut definition :
+
+Currently this is:
+
+
+ [shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]
+
+
+You just have to use:
+
+
+ [shortcut name=debbug url="http://bugs.debian.org/%s" desc="#%s"]
+
+(do use double bracket here, I do not understand why the shortcuts [[ikiwiki/PreprocessorDirective]] are parsed inside the code block).