From 7c24f7bc7577bb8f693e718e4b05dfd2bd8904b6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 24 Jan 2026 14:42:52 +0100 Subject: [PATCH] fix: invalid code snippet in `ecosystem/packages/markdown-remark.mdx` --- src/content/docs/en/ecosystem/packages/markdown-remark.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/ecosystem/packages/markdown-remark.mdx b/src/content/docs/en/ecosystem/packages/markdown-remark.mdx index 9c30ac4d..9fc80923 100644 --- a/src/content/docs/en/ecosystem/packages/markdown-remark.mdx +++ b/src/content/docs/en/ecosystem/packages/markdown-remark.mdx @@ -108,7 +108,7 @@ import { render } from 'studiocms:markdown-remark'; import Custom from '../components/Custom.astro'; // @ts-ignore -const { html } = await render('# Hello World! ', {}, { $$result, {custom: Custom} }) +const { html } = await render('# Hello World! ', {}, { $$result, components: {custom: Custom} }) --- @@ -213,4 +213,4 @@ const { html } = await render(content) {html} -``` \ No newline at end of file +```