aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pipe-symbol_in_taglink_target.mdwn
diff options
context:
space:
mode:
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2009-05-17 13:28:27 -0400
committerJoey Hess <joey@kitenet.net>2009-05-17 13:28:27 -0400
commit2832a6bb52f4b0f3525b9c8e3f07b2fbd86b060e (patch)
treef8b12975e1d547c7c698081352531e78f83e13c2 /doc/bugs/pipe-symbol_in_taglink_target.mdwn
parent14c940fc9d5ece3b4edc730e18fa9fea822d7f34 (diff)
downloadikiwiki-2832a6bb52f4b0f3525b9c8e3f07b2fbd86b060e.tar
ikiwiki-2832a6bb52f4b0f3525b9c8e3f07b2fbd86b060e.tar.gz
More correct info.
Diffstat (limited to 'doc/bugs/pipe-symbol_in_taglink_target.mdwn')
-rw-r--r--doc/bugs/pipe-symbol_in_taglink_target.mdwn13
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)"]]