Getting Started
Usage
Contributing
Deployment
MDJSX exposes a joint MDX transpilation and JSX compilation API via utility module and serverless function. Parse MDX syntax to JSX, then optionally compile the result with a JSX-specific version of Bublé, an ES2015 compiler.
This project is formatted as a monorepo. For more information on using each package, see below:
- @mdx-js/mdx - MDX implementation using remark
- buble-jsx-only - JSX-specific ES2015 compiler
- Vercel - Hosting platform for serverless functions