-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
[DRAFT] RFC: Api change for mdx/md file parsing #5960
Comments
Yeah, our Markdown infra is quite messy (also #4625)... We have an |
Yes, there's a lot of boilerplate atm for plugin authors atm and we should provide better utils to factorize that
Yes, we should decouple more from MDX. For example, if your parser emits some kind of MD AST and you want to be able to render it with a runtime lib, this must be possible. We should:
MDX 2 seems to improve on CommonMark compatibility, if this is what you mean:
Related to #4625 |
Yes, we need some kind of reverse URL mapping. Currently, one plugin cannot link to another by using md file paths, which is confusing. |
yes its better but MDX 2 removed support for html comments |
i just relalased that this is a duplicate of #3018 |
note: this is early draft
Have you read the Contributing Guidelines on issues?
Description
Problem
In current architecture there is no way to change parser/implementation of parser
Solution
@docosaurus/plugin-mdx
that is used as "fallback" md/x file parsingrelated issues: #5757 #4029
Has this been requested on Canny?
No response
Motivation
support for simple md files
API design
No response
Have you tried building it?
No response
Self-service
The text was updated successfully, but these errors were encountered: