Skip to content

Commit

Permalink
Fix code formatting in README.md (gatsbyjs#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome authored and ChristopherBiscardi committed Jun 27, 2019
1 parent 29b43c5 commit 1362125
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 @@ -73,7 +73,7 @@ scope, and more.
| [`extensions`](#extensions) | `[".mdx"]` | Configure the file extensions that gatsby-mdx will process |
| [`defaultLayouts`](#default-layouts) | `{}` | Set the layout components for MDX source types |
| [`globalScope`](#global-scope) | `""` | Define components and variables that are accessible to all MDX files |
| [`gatsbyRemarkPlugins](#gatsby-remark-plugins) | `[]` | Use Gatsby-specific remark plugins |
| [`gatsbyRemarkPlugins`](#gatsby-remark-plugins) | `[]` | Use Gatsby-specific remark plugins |
| [`remarkPlugins`](#remark-plugins) | `[]` | Specify remark plugins |
| [`rehypePlugins`](#rehype-plugins) | `[]` | Specify rehype plugins |
| [`mediaTypes`](#media-types) | `["text/markdown", "text/x-markdown"]` | Determine which media types are processed by MDX |
Expand Down

0 comments on commit 1362125

Please sign in to comment.