From: http://lj.rossia.org/users/imz/ Date: Sun, 17 May 2009 17:28:27 +0000 (-0400) Subject: More correct info. X-Git-Tag: 3.13~71 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2832a6bb52f4b0f3525b9c8e3f07b2fbd86b060e More correct info. --- 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)"]]