diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-17 13:33:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-17 13:33:07 -0400 |
commit | 3cf85af16cd2cfbed633b6b287634cfa3a19c442 (patch) | |
tree | 820d3c4582c9d05aeea35b9a495387af4e3570ee /doc | |
parent | 2832a6bb52f4b0f3525b9c8e3f07b2fbd86b060e (diff) | |
download | ikiwiki-3cf85af16cd2cfbed633b6b287634cfa3a19c442.tar ikiwiki-3cf85af16cd2cfbed633b6b287634cfa3a19c442.tar.gz |
More tests; wikilinks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/pipe-symbol_in_taglink_target.mdwn | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/bugs/pipe-symbol_in_taglink_target.mdwn b/doc/bugs/pipe-symbol_in_taglink_target.mdwn index d82fcd43f..e467959be 100644 --- a/doc/bugs/pipe-symbol_in_taglink_target.mdwn +++ b/doc/bugs/pipe-symbol_in_taglink_target.mdwn @@ -1,6 +1,6 @@ [[!tag bugs wishlist]] -Escaping pipe-symbol in taglink 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]] @@ -10,7 +10,16 @@ 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 works in pagespecs: +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)"]] |