File tree 1 file changed +4
-10
lines changed
packages/gatsby-plugin-mdx
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
![ Logo] ( ./img/gatsby-mdx.png )
2
2
3
3
> ` gatsby-plugin-mdx ` is the official integration for using [ MDX] ( https://mdxjs.com )
4
- > with [ Gatsby] ( https://www.gatsbyjs.org/ ) .
4
+ > with [ Gatsby] ( https://www.gatsbyjs.com ) .
5
5
6
6
# What’s MDX?
7
7
@@ -18,7 +18,7 @@ MDX seeks to make writing with Markdown and JSX simpler while being more express
18
18
19
19
### Read more about MDX
20
20
21
- - [ 📚 Gatsby guide] ( https://www.gatsbyjs.org /docs/mdx/ )
21
+ - [ 📚 Gatsby guide] ( https://www.gatsbyjs.com /docs/mdx/ )
22
22
- [ 📣 Language] ( https://mdxjs.com )
23
23
- [ 👩🔬 Specification] ( https://github.com/mdx-js/specification )
24
24
@@ -49,16 +49,10 @@ MDX seeks to make writing with Markdown and JSX simpler while being more express
49
49
50
50
## Installation
51
51
52
- Install with npm :
52
+ Install:
53
53
54
54
``` shell
55
- npm install gatsby-plugin-mdx @mdx-js/mdx @mdx-js/react
56
- ```
57
-
58
- Install with yarn:
59
-
60
- ``` shell
61
- yarn add gatsby-plugin-mdx @mdx-js/mdx @mdx-js/react
55
+ npm install gatsby-plugin-mdx @mdx-js/mdx@v1 @mdx-js/react@v1
62
56
```
63
57
64
58
## Usage
You can’t perform that action at this time.
0 commit comments