Initial checklist
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
Initial checklist
Affected packages and versions
v1.8.5 / VsCode 1.81.1
Link to runnable example
No response
Steps to reproduce
file://c%3A/Users/<your.user>/<full-path>/<the-file>.mdxExpected 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