Skip to content

Commit

Permalink
docs(gatsby-plugin-mdx): fix error in MDXProvider component ref (#19075)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluong authored and sidharthachatterjee committed Oct 28, 2019
1 parent e0f9b39 commit 92dffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ The following components can be customized with the MDXProvider:
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` |
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` |
| `delete` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` |
| `code` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | |
| `inlineCode` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | |
| `hr` | [Break](https://github.com/syntax-tree/mdast#break) | `---` |
| `a` | [Link](https://github.com/syntax-tree/mdast#link) | `<https://mdxjs.com>` or `[MDX](https://mdxjs.com)` |
| `img` | [Image](https://github.com/syntax-tree/mdast#image) | `![alt](https://mdx-logo.now.sh)` |
Expand Down

0 comments on commit 92dffb7

Please sign in to comment.