-
Notifications
You must be signed in to change notification settings - Fork 33
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
improve MDX Components #113
Comments
I like both of these suggestions 👍 |
Sometimes, InlineFile is used to create new files, so i can not check if do you have any idea how to find if the there is an error in this case? or another typo |
We could have a "createFile" prop. If that isn't supplied then we error. |
I've made a number of improvements since this was opened. I think we're good now. |
ExercisePartRoute
component get bloated with all the MDX component that are defined inline.what do you think about move
with all the components list to a new file or to
utils/mdx.tsx
, then you can importExerciseMdx
and wrap it with useMemo if needed.another improvement is to add remark plugin to validate inputs to Mdx components to prevents
The text was updated successfully, but these errors were encountered: