shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.49k stars 172 forks source link

Support MDX? #1316

Open theonlydaleking opened 5 years ago

theonlydaleking commented 5 years ago

Hey, do you have any plans to support MDX in vscode? I see that it atleast somewhat works, the live sync doesn't however.

Pitoucol commented 1 year ago

Hello. Yes, support of mdx files would be great. Is it something you are considering in the roadmap ?

mhowes-veracode commented 9 months ago

Yes, please add MDX support!

rbrtrbrt commented 3 months ago

I got MDX files to work with this extension by editing a setting called "Markdown-preview-enhanced: Markdown File Extensions". You need to add ".mdx" as an item in the JSON-file.

mhowes-veracode commented 3 months ago

Thanks @rbrtrbrt . @shd101wyy , could ".mdx" be added as a default going forward, so we don't need to remember to add it after installing the extension? Thanks!