diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-17 13:19:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-17 13:19:11 -0400 |
commit | b71228ad602781dcf0713db3c0af49106d76a2e2 (patch) | |
tree | e048059b55e5a43167a32fb862fc1fc78f897675 | |
parent | 340be7fb570be3be71d8e05ea6605db84fe70b19 (diff) |
New report.
-rw-r--r-- | doc/bugs/pipe-symbol_in_wikilink_target.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/pipe-symbol_in_wikilink_target.mdwn b/doc/bugs/pipe-symbol_in_wikilink_target.mdwn new file mode 100644 index 000000000..56dc61386 --- /dev/null +++ b/doc/bugs/pipe-symbol_in_wikilink_target.mdwn @@ -0,0 +1,11 @@ +[[!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]] + +[[!taglink smth_with_a_pipe|about_the_\|-symbol]] + +But in pagespecs it works: + +[[!map pages="tagged(about the \|-symbol)"]] |