Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plain markdown (.md) support #37

Closed
fwouts opened this issue Jan 30, 2021 · 1 comment
Closed

Plain markdown (.md) support #37

fwouts opened this issue Jan 30, 2021 · 1 comment

Comments

@fwouts
Copy link
Contributor

fwouts commented Jan 30, 2021

🚀 Feature Proposal

Add support for .md files, in addition to .mdx.

Motivation

Since the MDX format is quite new, most Markdown text editors (such as Typora) don't support it.

This would generally be useful for pages where you don't need to include any custom React components, which can be the majority of pages when you're writing basic documentation.

Example

If I create a file docs/index.md, it should automatically be served when loading /docs.

Pitch

Markdown is the foundation on which MDX is built, therefore it makes sense to support it :)

fwouts added a commit to fwouts/smooth-doc that referenced this issue Jan 30, 2021
This addresses gregberge#37 by associating gatsby-plugin-mdx with the .mdx extension, as documented at https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/#extensions
gregberge pushed a commit that referenced this issue Jan 31, 2021
This addresses #37 by associating gatsby-plugin-mdx with the .mdx extension, as documented at https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/#extensions
@gregberge
Copy link
Owner

Fixed in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants