Skip to content

Commit

Permalink
highlighted plugins (#25998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haseeb Khan authored and KyleAMathews committed Jul 29, 2020
1 parent 1e29d1c commit 401270e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ By default, this configuration will allow you to automatically create pages
with `.mdx` files in `src/pages` and will process any Gatsby nodes
with Markdown media types into MDX content.

Note that `gatsby-plugin-mdx` requires gatsby-source-filesystem to be present
Note that `gatsby-plugin-mdx` requires `gatsby-source-filesystem` to be present
and configured to process local markdown files in order to
generate the resulting Gatsby nodes.

To automatically create pages with `.mdx` from other sources, you also need
to configure gatsby-plugin-page-creator.
to configure `gatsby-plugin-page-creator`.

```js
module.exports = {
Expand Down

0 comments on commit 401270e

Please sign in to comment.