]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/pipe-symbol_in_taglink_target.mdwn
despam
[ikiwiki.git] / doc / bugs / pipe-symbol_in_taglink_target.mdwn
index 56dc613866e5ef5a893bf0f4d1f1dd37c1fbcc0f..e467959be0b1bc931f139a4eb3723bdfa8c1f28b 100644 (file)
@@ -1,11 +1,25 @@
 [[!tag bugs wishlist]]
 
-Escaping pipe-symbol in wikilink targets doesn't work as I wanted:
+Escaping pipe-symbol in [[taglink|ikwiki/directive/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]]
 
-[[!taglink smth_with_a_pipe|about_the_\|-symbol]]
+And it seems to work in pagespecs:
 
-But in pagespecs it works:
+tagged:
+
+[[!map pages="tagged(about the |-symbol)"]]
 
 [[!map pages="tagged(about the \|-symbol)"]]
+
+link:
+
+[[!map pages="link(about the |-symbol)"]]
+
+[[!map pages="link(about the \|-symbol)"]]