-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Question: What is the roadmap for XDM and how does it relate to MDX 2? #94
Comments
Heya! I ported xdm back into mdx. They’re virtually identical now. Only differences is that xdm is semver stable whereas mdx is “unstable” (although I don’t expect anything to change for V2).
True. But also a lot of work to maintain many projects. I’m not sure how much more experimentation there needs to be. E.g., the |
Excellent, that means I can link to the new MDX 2 docs if users need a deeper reference on markdown/JSX syntax. I will still link to xdm when referencing implementation details. Thanks! |
First of all, thank you for making
xdm
, and the entireunified
ecosystem! ❤️I'm using
xdm
to power markdown in îles throughvite-plugin-xdm
.Reading the docs for the upcoming MDX 2, I see that it's going to be powered by micromark, and I get the sense that it's going to reuse most of the innovations in xdm.
Currently, xdm seems to be a platform to explore new ideas and iterate faster than you would be able to in a more established project like MDX.
Would you share your plans regarding xdm once MDX 2 is released?
The text was updated successfully, but these errors were encountered: