mdx-js / mdx

Markdown for the component era
https://mdxjs.com
MIT License
17.76k stars 1.14k forks source link

Add `recma-mdx-change-props`, `recma-mdx-escape-missing-components` to list of plugins #2442

Closed talatkuyuk closed 9 months ago

talatkuyuk commented 9 months ago

Initial checklist

Description of changes

Added two new recma plugins into the docs:

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mdx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2024 10:44am
codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (908ff45) 100.00% compared to head (4a2d3ef) 100.00%. Report is 9 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2442 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 23 23 Lines 2693 2694 +1 Branches 2 2 ========================================= + Hits 2693 2694 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

talatkuyuk commented 9 months ago

I added a warning for the plugin recma-mdx-change-props into the README.md.

[!WARNING]
It is useful for next-mdx-remote or next-mdx-remote-client users in nextjs applications.

ChristianMurphy commented 9 months ago

Hey @talatkuyuk! 👋 Thanks for sharing!

Have you made the visibility of https://github.com/ipikuka/recma-mdx-change-props public? I'm seeing a 404 not found error when I try to view this link.

talatkuyuk commented 9 months ago

Hey @talatkuyuk! 👋 Thanks for sharing!

Have you made the visibility of https://github.com/ipikuka/recma-mdx-change-props public? I'm seeing a 404 not found error when I try to view this link.

Sorry, I've made it public, now.

wooorm commented 9 months ago

Thank you, Talat!