You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can make links with unescaped paths using angle brackets. So for example this:
[foobar](<some path/target.md>)
rather than this:
[foobar](some%20path/target.md)
But it would be nice to also be able to unescape fragments. So for example this:
[foorbar](<some path/target.md#some header>)
rather than this:
[foorbar](some%20path/target.md#some%20header)
This is not currently supported. I have been unable to find this specifically called out in the commonmark spec, but at least some md editors/readers support (e.g., Obsidian).
The text was updated successfully, but these errors were encountered:
mjbvz
added
bug
Issue identified by VS Code Team member as probable bug
and removed
feature-request
Request for new features or functionality
labels
Sep 10, 2024
mjbvz
added a commit
to mjbvz/vscode-markdown-languageservice
that referenced
this issue
Oct 29, 2024
You can make links with unescaped paths using angle brackets. So for example this:
rather than this:
But it would be nice to also be able to unescape fragments. So for example this:
rather than this:
This is not currently supported. I have been unable to find this specifically called out in the commonmark spec, but at least some md editors/readers support (e.g., Obsidian).
The text was updated successfully, but these errors were encountered: