diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-17 13:28:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-17 13:28:27 -0400 |
commit | 2832a6bb52f4b0f3525b9c8e3f07b2fbd86b060e (patch) | |
tree | f8b12975e1d547c7c698081352531e78f83e13c2 /doc/bugs | |
parent | 14c940fc9d5ece3b4edc730e18fa9fea822d7f34 (diff) |
More correct info.
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)"]] |