-
Notifications
You must be signed in to change notification settings - Fork 60
Support for .mdx extension #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @dweiger, thanks for the suggestion. Could you please provide a StackBlitz repro with the example you've mentioned with |
Hey, thanks for the quick reply. |
Hey @dweiger, I've added support for Please let me know if you encounter any issue, thanks. |
Hey @oedotme, |
Hey,
would it be a conceivable feature to support .mdx extension in addition to .tsx/.jsx?
I am currently using the plugin to create component documentation. I also use mdx for this documentation.
I am currently using the following work around to get the path
/myPage
rendering mdx:Folder structure:
Inside index.tsx I simply export the mdx component:
This works well with @mdx-js/rollup. Nevertheless, in my opinion it would be a great feature to support mdx - if used and set up in the project - as extension. So that the following would be possible:
What do you think about it?
The text was updated successfully, but these errors were encountered: