Skip to content

Commit

Permalink
Add recma-mdx-change-props, recma-mdx-escape-missing-components t…
Browse files Browse the repository at this point in the history
…o list of plugins

Closes GH-2442.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
talatkuyuk committed Feb 20, 2024
1 parent be79212 commit 8f754f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/extending-mdx.mdx
Expand Up @@ -71,9 +71,14 @@ See also the [list of remark plugins][remark-plugins] and

* [`remcohaszing/recma-export-filepath`](https://github.com/remcohaszing/recma-export-filepath)
— export the filepath
* [`ipikuka/recma-mdx-change-props`](https://github.com/ipikuka/recma-mdx-change-props)
— changes the param as `_props` in the `_createMdxContent` function
* [`domdomegg/recma-mdx-displayname`](https://github.com/domdomegg/recma-mdx-displayname)
— add a `displayName` to `MDXContent` components, to enable switching
on them in production
* [`ipikuka/recma-mdx-escape-missing-components`](https://github.com/ipikuka/recma-mdx-escape-missing-components)
— set a default value of `() => null` for missing components instead of
throwing an error
* [`remcohaszing/recma-mdx-is-mdx-component`](https://github.com/remcohaszing/recma-mdx-is-mdx-component)
— add an `isMdxComponent` field on MDX components
* [`remcohaszing/recma-nextjs-static-props`](https://github.com/remcohaszing/recma-nextjs-static-props)
Expand Down

0 comments on commit 8f754f7

Please sign in to comment.