Joey Hess 2008-01-09 06:03:39 -05:00
parent 8e1b4c00f6
commit 2b2ff53c2f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
`\[[debbug 123456]]` expands to "bug #123456", which is hyperlinked. Could you please drop the leading "bug", for two reasons?
First, #123456 is not a bug, it's a bug report. And second, #123456 suffices, doesn't it? By hardcoding the "bug" in there, you make it impossible to start a sentence with a bug number, e.g.:
There are problems with code. #123456 is a good example of...
instead of
There are problems with code. bug #123456 is a good example of...
Thanks, --[[madduck]]