Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
poll vote (green)
[git.ikiwiki.info.git]
/
doc
/
bugs
/
debbug_shortcut_should_expand_differently
/
discussion.mdwn
diff --git
a/doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
b/doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
index e2922906ca7a6122f92079171e2e2bccea9df123..8234f806ec087ad22c9a3604dffa72ac40c45ed0 100644
(file)
--- a/
doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
+++ b/
doc/bugs/debbug_shortcut_should_expand_differently/discussion.mdwn
@@
-2,13
+2,10
@@
You could change this on your wiki by modifying the shortcut definition :
Currently this is:
Currently this is:
-
[shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]
[shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]
-
You just have to use:
You just have to use:
-
[shortcut name=debbug url="http://bugs.debian.org/%s" desc="#%s"]
[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).
+
+(
I use single bracket here beacause of [[bugs/wiki_links_still_processed_inside_code_blocks]])