From ca4885301adbdca1c426d577ad002c255cebff6d Mon Sep 17 00:00:00 2001
From: kbot
+{children}), - hr: () =>
, + hr: () =>
, a: ({ href, children, ...props }) => { const isExternal = typeof href === 'string' && (href.startsWith('http://') || href.startsWith('https://')) return ( @@ -80,14 +80,14 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {), table: ({ children }) => ( -
+{children}
@@ -113,7 +113,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents { ), // Collapsible sections - details: (props) =>, + details: (props) =>, summary: (props) =>, } }