-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
feat: assetsRelated to the Assets feature (scope)Related to the Assets feature (scope)
Description
What version of astro
are you using?
2.2.0
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
In normal Markdown code, I can do 
and the image will load fine. If I switch to MDX, this no longer works and interprets it as a literal link. Instead, I have to just import
the image and then use it with Image
or img
. This is annoying with articles with lots of images.
Link to Minimal Reproducible Example
https://codesandbox.io/p/sandbox/jolly-pateu-uwe67g
Participation
- I am willing to submit a pull request for this issue.
Metadata
Metadata
Assignees
Labels
feat: assetsRelated to the Assets feature (scope)Related to the Assets feature (scope)