When folder name in path includes ( and then ) (only breaks if both are present), the completion is offered on that folder, but not past that. See screenshot (there should be InnerFolder shown, but instead some dictionary autocomplete is only showed):
This affects both [](./path) syntax as well as [](<./path>).
What's the expected result
Contents are offered by the autocomplete, like for folders without the parentheses. See Screenshot:
How to reproduce
Create a folder with (some text) in its name and put some content in it
Try to link to it in a markdown file outside of that folder.
What's the problem
When folder name in path includes
(
and then)
(only breaks if both are present), the completion is offered on that folder, but not past that. See screenshot (there should beInnerFolder
shown, but instead some dictionary autocomplete is only showed):This affects both
[](./path)
syntax as well as[](<./path>)
.What's the expected result
Contents are offered by the autocomplete, like for folders without the parentheses. See Screenshot:
How to reproduce
(some text)
in its name and put some content in it