vscode-markdown-editor
vscode-markdown-editor copied to clipboard
clicking on a link to a local file should open the file in markdown editor
Clicking on [more info](moreinfo.md)
should open the moreinfo.md
file in the markdown editor, not in the VSCode text editor.
Related to issue 17.
Also: Section links i.e. [some section](#some-section)
should work as well.