backlink(.) doesn't work
parent
d3ad478298
commit
0278ddd6c1
|
@ -0,0 +1,6 @@
|
|||
It seems `backlink(.)` doesn't work, that is, it doesn't match pages linked
|
||||
to from the current page.
|
||||
|
||||
[[!inline pages=test1 raw=true]]
|
||||
|
||||
— [[Jon]]
|
|
@ -0,0 +1,10 @@
|
|||
test1 links to [[test2]].
|
||||
|
||||
`backlink(test1)`:
|
||||
|
||||
[[!map pages="backlink(test1)"]]
|
||||
|
||||
`backlink(.)`:
|
||||
|
||||
[[!map pages="backlink(.)"]]
|
||||
|
|
@ -0,0 +1 @@
|
|||
test2!
|
Loading…
Reference in New Issue