From e233f0e9b47335f74472f6ba0266a91c6c8a68c5 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 30 Jul 2024 13:39:11 +0100 Subject: [PATCH] Update packages/myst-to-react/src/autodoc.tsx Co-authored-by: Rowan Cockett --- packages/myst-to-react/src/autodoc.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/myst-to-react/src/autodoc.tsx b/packages/myst-to-react/src/autodoc.tsx index ebf60a52..02230f7d 100644 --- a/packages/myst-to-react/src/autodoc.tsx +++ b/packages/myst-to-react/src/autodoc.tsx @@ -15,11 +15,7 @@ type HasChildren = { const preParentRenderer = ({ node }: { node: HasTextChildren }) => { const [child] = node.children; return ( - + {child.value} );