]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by AlexandreDupas: possible answer
authorJoey Hess <joey@kitenet.net>
Wed, 9 Jan 2008 13:53:06 +0000 (08:53 -0500)
committerJoey Hess <joey@kitenet.net>
Wed, 9 Jan 2008 13:53:06 +0000 (08:53 -0500)
doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn [new file with mode: 0644]

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 (file)
index 0000000..e292290
--- /dev/null
@@ -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).