-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Added guide for setting up Next.js with MDX #30869
Conversation
Lint is failing because manifest file needs to be updated
|
Ah, thanks @styfle! Just added it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after last comment
Co-authored-by: Steven <steven@ceriously.com>
|
||
```md | ||
export const meta = { | ||
author: 'Rich Haines' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we didn't get this spacing adjusted - maybe it needs to be js
instead of md
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, that could be it! Rather odd. We should adjust the config for that, as I pulled this out so js makes sense, but it was in the context of an md file, so should format.
This PR adds a new section on using MDX. It includes a guide for setting up Next.js with
@next/mdx
Bug
contributing.md
Feature
contributing.md
Documentation / Examples
yarn lint