Validate MDX syntax before PR merge #2287
-
Context: Challenge: Question: Solutions conceived: Solutions I'm hoping for 😄 : Thank you for any ideas! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The MDX parser includes positional information which can be used to determine where the issue happened.
Fixable sounds like it's getting into the realm of https://github.com/mdx-js/mdx-analyzer |
Beta Was this translation helpful? Give feedback.
The MDX parser includes positional information which can be used to determine where the issue happened.
You can see this as an example of this on the MDX site.
Fixable sounds like it's getting into the realm of https://github.com/mdx-js/mdx-analyzer
Which can run as a language server in an editing experience (implementation for VSCode, and is ready to try) or could be run as a CLI (not implemented yet, see mdx-js/mdx-analyzer#292)