X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3e715191235d02fb630c41f711387fcaf2b663a8..e2a501454637ca922f5d567f835039b38a8351c8:/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)"]]