aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pipe-symbol_in_taglink_target.mdwn
blob: e467959be0b1bc931f139a4eb3723bdfa8c1f28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[[!tag bugs wishlist]]

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]]

And it seems to work in pagespecs:

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)"]]