Allow md As An Extension With gatsby-mdx
Last updated
Was this helpful?
Last updated
Was this helpful?
The plugin allows you to create pages in a Gatsby project using .mdx
files. If you prefer the .md
extension on your markdown files, then you can adjust the plugin options to allow that.
This tells gatsby-mdx
to recognize both .mdx
and .md
extensions when processing files.