]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
e2922906ca7a6122f92079171e2e2bccea9df123
[git.ikiwiki.info.git] / doc / bugs / debbug_shortcut_should_expand_differently / discussion.mdwn
1 You could change this on your wiki by modifying the shortcut definition :
3 Currently this is:
5     
6     [shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]
7     
9 You just have to use:
11     
12     [shortcut name=debbug url="http://bugs.debian.org/%s" desc="#%s"]
13     
14 (do use double bracket here, I do not understand why the shortcuts [[ikiwiki/PreprocessorDirective]] are parsed inside the code block).