Is there a way I can force VSCode to preview *.mdx
files as markdown just like it does for *.md
files? For reference see how Github shows preview of this mdx file
I know there's an extension MDX Preview but that's not working for next.js
project. see open issue.
I tried this vscode setting but doesn't work:
"files.associations": {
"*.mdx": "md"
},
In files.associations
you mention the languageId to use for a particular file extension
"files.associations": {
"*.mdx": "markdown"
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With