Open
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Affected packages and versions
v1.8.5 / VsCode 1.81.1
Link to runnable example
No response
Steps to reproduce
- Create two .MDX files
- Drag one of the files into the other, holding shift.
- It will place
file://c%3A/Users/<your.user>/<full-path>/<the-file>.mdx
- If you click the link it will take you to the file.
Expected behavior
If you try the same steps with .MD files, it produces [text](<the-file>)
with a clickable link taking you to the linked file.
Actual behavior
The extension produces a garbled full path to the file, with no markdown syntax.
Runtime
Node v20
Package manager
npm v10
OS
Windows
Build and bundle tools
Rollup