mirror of
https://github.com/mickael-menu/zk
synced 2024-11-15 12:12:56 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
# Links with anchors are broken.
|
||
|
# https://github.com/mickael-menu/zk/issues/16
|
||
|
|
||
|
$ cd blank
|
||
|
|
||
|
$ touch note.md
|
||
|
$ echo "[[note#section]]" > index.md
|
||
|
|
||
|
$ zk list -qfpath --linked-by index.md
|
||
|
>note.md
|
||
|
|