clear sandbox/test commit
[ikiwiki.git] / doc / bugs / debbug_shortcut_should_expand_differently / discussion.mdwn
blob8234f806ec087ad22c9a3604dffa72ac40c45ed0
1 You could change this on your wiki by modifying the shortcut definition :
3 Currently this is:
5     [shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]
7 You just have to use:
9     [shortcut name=debbug url="http://bugs.debian.org/%s" desc="#%s"]
11 (I use single bracket here beacause of [[bugs/wiki_links_still_processed_inside_code_blocks]])