Skip to content

Commit 8f754f7

Browse files
authoredFeb 20, 2024··
Add recma-mdx-change-props, recma-mdx-escape-missing-components to list of plugins
Closes GH-2442. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent be79212 commit 8f754f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docs/docs/extending-mdx.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,14 @@ See also the [list of remark plugins][remark-plugins] and
7171

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

0 commit comments

Comments
 (0)
Please sign in to comment.