]> sipb.mit.edu Git - ikiwiki.git/commitdiff
More correct info.
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Sun, 17 May 2009 17:28:27 +0000 (13:28 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 17 May 2009 17:28:27 +0000 (13:28 -0400)
doc/bugs/pipe-symbol_in_taglink_target.mdwn

index 56dc613866e5ef5a893bf0f4d1f1dd37c1fbcc0f..d82fcd43fe467fd98c96337e62ac499c97dc5afd 100644 (file)
@@ -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)"]]