Skip to content

Commit f4d78be

Browse files
authored
Add recma-mdx-displayname to list of plugins
Closes GH-2230. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent 1f551a4 commit f4d78be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docs/docs/extending-mdx.server.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const info = {
55
{name: 'Titus Wormer', github: 'wooorm', twitter: 'wooorm'}
66
],
77
published: new Date('2021-10-06'),
8-
modified: new Date('2021-11-01')
8+
modified: new Date('2023-01-18')
99
}
1010

1111
# Extending MDX
@@ -68,6 +68,9 @@ You can use this template:
6868
See also the [list of remark plugins][remark-plugins] and
6969
[list of rehype plugins][rehype-plugins].
7070

71+
* [`domdomegg/recma-mdx-displayname`](https://github.com/domdomegg/recma-mdx-displayname)
72+
— add a `displayName` to `MDXContent` components, to enable switching
73+
on them in production
7174
* [`remcohaszing/recma-nextjs-static-props`](https://github.com/remcohaszing/recma-nextjs-static-props)
7275
— generate [`getStaticProps`](https://nextjs.org/docs/basic-features/data-fetching/get-static-props)
7376
exposing top level identifiers in Next.js

0 commit comments

Comments
 (0)