Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Titus <tituswormer@gmail.com>
  • Loading branch information
wooorm committed Feb 20, 2024
1 parent 4a2d3ef commit 62d75db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/extending-mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ 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 function “\_createMdxContent
— 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 the default value `()=>null` for the Components in case of missing
— 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 62d75db

Please sign in to comment.