-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[WIP] MDX V2 #1077
Closed
[WIP] MDX V2 #1077
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Move `remark-mdx*` packages to `remark-mdxjs` * Rename * Add `remark-mdx` * Add tests * Ignore `remark-mdx` * Remove husky for now * done * Update comment syntax in the docs * Add back all file extensions for eslint * Remove comments for now and eslint-mdx temporarily * Remove comments for now, add redirect to mdx-provider in docs * Missed a merge conflict * Fix eslint Co-authored-by: John Otander <[email protected]>
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mdx/mdx/78htdfhwk [Deployment for dafdf6d failed] |
…/runtime, and @mdx-js/vue (#1079)
9 tasks
…ts, remark-mdx-remove-imports, @mdx-js/util (#1082)
* Improve export name extraction Many different types of export syntax wasn't supported, primarily destructuring for objects and arrays. This adds export extraction to the import name extraction step so we can more accurately determine what shortcodes to generate. * Place gatsby-plugin-mdx in the root for now, seems to not be resolving properly * Fix linting * Make null handling more clear * Fix handling of null specifiers * Move dep to proper place
* fix edit link * fix another one
https://youtrack.jetbrains.com/issue/WEB-32599 has been closed with the release of https://plugins.jetbrains.com/plugin/14944-mdx, so I think it's fair to say IntelliJ can be listed as supporting now.
Added url to my GatsbyJS site that depends alot on MDX.
* Fix lerna links * Remove new line
* added documentation for remarkPlugins * Update readme.md * edit the properties table
Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: Titus Wormer <[email protected]> Closes GH-1314.
Just a simple semver range increase on the react peer dep.
* Correct description for `hr`/`ThematicBreak` * Correct description for code and inline code * Fix tag for inlineCode * Update docs/getting-started/-table-of-components.mdx Co-authored-by: John Otander <[email protected]>
MDNEXT is an ecosystem of tools and templates surrounding the MDX + NextJS ecosystem. It includes a growing component library, a handful of templates, and a CLI for choosing one!
Closes GH-1354. Reviewed-by: Titus Wormer <[email protected]>
For folks finding this: the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a WIP, see #1041 for details.