https://github.com/karolis-sh/gatsby-mdx
Utilities to work with MDX and netlify-cms in Gatsby sites
https://github.com/karolis-sh/gatsby-mdx
gatsby mdx netlify-cms
Last synced: 20 days ago
JSON representation
Utilities to work with MDX and netlify-cms in Gatsby sites
- Host: GitHub
- URL: https://github.com/karolis-sh/gatsby-mdx
- Owner: karolis-sh
- License: mit
- Created: 2018-11-25T15:03:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T03:22:59.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:46:10.917Z (about 1 month ago)
- Topics: gatsby, mdx, netlify-cms
- Language: JavaScript
- Homepage:
- Size: 5.9 MB
- Stars: 60
- Watchers: 1
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-mdx monorepo

[![License: MIT][license-badge]][license]
[![code style: prettier][code-style-badge]][code-style]## Packages
### [`gatsby-transformer-mdx`](/packages/gatsby-transformer-mdx)
MDX file support for Gatsby sites.
### [`mdx-scoped-runtime`](/packages/mdx-scoped-runtime)
This is a wrapper around [`mdx-runtime`][mdx-runtime] that strips down the
`import ...` and `export default ...` out of the MDX at runtime.### [`netlify-cms-widget-mdx`](/packages/netlify-cms-widget-mdx)
Widget for mdx files in Netlify CMS.
## License
MIT
[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg
[license]: https://opensource.org/licenses/MIT
[code-style-badge]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg
[code-style]: https://github.com/prettier/prettier
[mdx-runtime]: https://www.npmjs.com/package/@mdx-js/runtime