X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3e715191235d02fb630c41f711387fcaf2b663a8..fed7383903c402d68ff2fc2d3734c55b35d520a4:/doc/bugs/pipe-symbol_in_taglink_target.mdwn diff --git a/doc/bugs/pipe-symbol_in_taglink_target.mdwn b/doc/bugs/pipe-symbol_in_taglink_target.mdwn index 56dc61386..e467959be 100644 --- a/doc/bugs/pipe-symbol_in_taglink_target.mdwn +++ b/doc/bugs/pipe-symbol_in_taglink_target.mdwn @@ -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)"]]