]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
web commit by AlexandreDupas
[ikiwiki.git] / doc / bugs / debbug_shortcut_should_expand_differently / discussion.mdwn
1 You could change this on your wiki by modifying the shortcut definition :
2
3 Currently this is:
4
5     [shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]
6
7 You just have to use:
8
9     [shortcut name=debbug url="http://bugs.debian.org/%s" desc="#%s"]
10
11 (I use single bracket here beacause of [[bugs/wiki_links_still_processed_inside_code_blocks]])