From 401270e4b3053837850feb41a8e37bcdadfc06d1 Mon Sep 17 00:00:00 2001 From: Haseeb Khan Date: Fri, 24 Jul 2020 17:52:21 +0500 Subject: [PATCH] highlighted plugins (#25998) --- packages/gatsby-plugin-mdx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-mdx/README.md b/packages/gatsby-plugin-mdx/README.md index ebadfca7cec7e..ebbfc639f70c3 100644 --- a/packages/gatsby-plugin-mdx/README.md +++ b/packages/gatsby-plugin-mdx/README.md @@ -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 = {