Markdown Example

This is a markdown (.md or .mdx) file that is being transformed with gatsby-mdx.

What's cool about it is you can mix markdown with React components:

and the <ResetStyle /> component in the <Layout /> is providing a consistent style for all the pages with minimal effort

You can also mix .js and .md or .mdx files in your pages folder as needed