More tests; wikilinks.
parent
2832a6bb52
commit
3cf85af16c
|
@ -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)"]]
|
||||
|
|
Loading…
Reference in New Issue