From f4d78be5c015e8fab48589efae9507d0304e5e94 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Thu, 19 Jan 2023 10:27:08 -0800 Subject: [PATCH] Add `recma-mdx-displayname` to list of plugins Closes GH-2230. Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer --- docs/docs/extending-mdx.server.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/extending-mdx.server.mdx b/docs/docs/extending-mdx.server.mdx index cbece51e2..f53b664d3 100644 --- a/docs/docs/extending-mdx.server.mdx +++ b/docs/docs/extending-mdx.server.mdx @@ -5,7 +5,7 @@ export const info = { {name: 'Titus Wormer', github: 'wooorm', twitter: 'wooorm'} ], published: new Date('2021-10-06'), - modified: new Date('2021-11-01') + modified: new Date('2023-01-18') } # Extending MDX @@ -68,6 +68,9 @@ You can use this template: See also the [list of remark plugins][remark-plugins] and [list of rehype plugins][rehype-plugins]. +* [`domdomegg/recma-mdx-displayname`](https://github.com/domdomegg/recma-mdx-displayname) + — add a `displayName` to `MDXContent` components, to enable switching + on them in production * [`remcohaszing/recma-nextjs-static-props`](https://github.com/remcohaszing/recma-nextjs-static-props) — generate [`getStaticProps`](https://nextjs.org/docs/basic-features/data-fetching/get-static-props) exposing top level identifiers in Next.js