From f5a30dbae537ca871ae316a36d39553ff7fbb381 Mon Sep 17 00:00:00 2001 From: colinislit Date: Wed, 19 Nov 2025 22:58:16 +0100 Subject: [PATCH] mdx-component.tsx --- app/(marketing)/documentatie/components/mdx-components.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(marketing)/documentatie/components/mdx-components.tsx b/app/(marketing)/documentatie/components/mdx-components.tsx index ef6e02b..3e60ad5 100644 --- a/app/(marketing)/documentatie/components/mdx-components.tsx +++ b/app/(marketing)/documentatie/components/mdx-components.tsx @@ -33,9 +33,9 @@ export const mdxComponents: MDXComponents = { // Paragraphs p: ({ children, ...props }) => ( -

+

{children} -

+
), // Lists