Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChristopherBiscardi/gatsby-plugin-mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
https://github.com/ChristopherBiscardi/gatsby-plugin-mdx
gatsby gatsby-plugin jsx markdown mdx
Last synced: 3 months ago
JSON representation
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
- Host: GitHub
- URL: https://github.com/ChristopherBiscardi/gatsby-plugin-mdx
- Owner: ChristopherBiscardi
- License: mit
- Archived: true
- Created: 2018-05-07T16:39:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T05:46:41.000Z (over 6 years ago)
- Last Synced: 2024-06-14T21:40:22.498Z (5 months ago)
- Topics: gatsby, gatsby-plugin, jsx, markdown, mdx
- Language: JavaScript
- Homepage: https://github.com/ChristopherBiscardi/gatsby-mdx
- Size: 216 KB
- Stars: 48
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-plugin-mdx
this plugin is only applied to gatsby v1. for v2 please use [gatsby-mdx](https://github.com/ChristopherBiscardi/gatsby-mdx)
## Installation
```
yarn add gatsby-plugin-mdx
```then
```
yarn add @mdx-js/mdx @mdx-js/loader loader-utils --dev
```In your gatsby-config.js
```
plugins: ['gatsby-plugin-mdx'],```
## Usage
Check mdx document for syntax and examples: https://github.com/mdx-js/mdx#mdx-syntax
## Example
Check `examples` folder for working examples
[Basic](https://github.com/nhducit/gatsby-plugin-mdx/blob/master/examples/basic/README.md):