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

[WIP] MDX V2 #1077

Closed
wants to merge 113 commits into from
Closed

[WIP] MDX V2 #1077

wants to merge 113 commits into from

Conversation

johno
Copy link
Member

@johno johno commented May 20, 2020

This is a WIP, see #1041 for details.

wooorm and others added 2 commits May 20, 2020 12:15
* 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]>
@vercel
Copy link

vercel bot commented May 20, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mdx/mdx/78htdfhwk
✅ Preview: https://mdx-git-next.mdx.vercel.app

[Deployment for dafdf6d failed]

@johno johno added 💎 v2 Issues related to v2 🧑 semver/major This is a change labels May 20, 2020
@vercel vercel bot temporarily deployed to Preview May 20, 2020 18:41 Inactive
@vercel vercel bot temporarily deployed to Preview May 20, 2020 19:13 Inactive
@vercel vercel bot temporarily deployed to Preview May 20, 2020 22:05 Inactive
@vercel vercel bot temporarily deployed to Preview May 20, 2020 22:07 Inactive
@vercel vercel bot temporarily deployed to Preview May 20, 2020 22:07 Inactive
@vercel vercel bot temporarily deployed to Preview May 21, 2020 02:54 Inactive
@vercel vercel bot temporarily deployed to Preview May 21, 2020 12:30 Inactive
@vercel vercel bot temporarily deployed to Preview May 21, 2020 14:08 Inactive
@vercel vercel bot temporarily deployed to Preview May 21, 2020 14:11 Inactive
@vercel vercel bot temporarily deployed to Preview July 16, 2020 16:43 Inactive
* 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
@vercel vercel bot temporarily deployed to Preview July 17, 2020 20:24 Inactive
johno and others added 26 commits December 17, 2020 20:01
* 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.
* Add Discussions

* Update sponsors
* 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]>
@vercel vercel bot temporarily deployed to Preview December 17, 2020 19:01 Inactive
@wooorm wooorm closed this Dec 17, 2020
@wooorm wooorm deleted the next branch December 17, 2020 19:06
@wooorm
Copy link
Member

wooorm commented Dec 18, 2020

For folks finding this: the next branch is now the main (and default) branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑 semver/major This is a change 💎 v2 Issues related to v2
Development

Successfully merging this pull request may close these issues.