diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/pipe-symbol_in_taglink_target.mdwn | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/bugs/pipe-symbol_in_taglink_target.mdwn b/doc/bugs/pipe-symbol_in_taglink_target.mdwn index 56dc61386..d82fcd43f 100644 --- a/doc/bugs/pipe-symbol_in_taglink_target.mdwn +++ b/doc/bugs/pipe-symbol_in_taglink_target.mdwn @@ -1,11 +1,16 @@ [[!tag bugs wishlist]] -Escaping pipe-symbol in wikilink targets doesn't work as I wanted: - -[[a link to smth with a pipe|about the \|-symbol]] +Escaping pipe-symbol in taglink targets doesn't work as I wanted: [[!taglink smth_with_a_pipe|about_the_\|-symbol]] +[[!taglink smth_with_a_pipe|about_the_|-symbol]] + +as opposed to simple wikilinks: + +[[a link to smth with a pipe|about the \|-symbol]] +[[a link to smth with a pipe|about the |-symbol]] -But in pagespecs it works: +And it works in pagespecs: +[[!map pages="tagged(about the |-symbol)"]] [[!map pages="tagged(about the \|-symbol)"]] |