zk/tests/issue-23.tesh
2022-05-22 16:39:13 +02:00

14 lines
323 B
Plaintext

# Link hrefs are not finding the best match
# https://github.com/mickael-menu/zk/issues/23
$ cd issue-23
$ zk list -qfpath --linked-by index.md
>template-creation.md
# Add a note with a shorter filename, it should be a better match.
$ echo "# Template" > template.md
$ zk list -qfpath --linked-by index.md
>template.md